Preparing search index...
The search index is not available
RadarToRain Model Documentation
RadarToRain Model Documentation
RaainApiNotificationsFindAllMineResponse
Interface RaainApiNotificationsFindAllMineResponse
interface
RaainApiNotificationsFindAllMineResponse
{
pagination
:
{
page
:
number
;
limit
:
number
;
total
:
number
;
totalPages
:
number
;
hasNext
:
boolean
;
hasPrev
:
boolean
;
}
;
notifications
:
{
id
:
string
;
title
:
string
;
status
:
number
;
red
:
boolean
;
description
:
string
;
created
:
Date
;
modified
:
Date
;
}
[]
;
}
Hierarchy (
view full
)
PaginationResponse
RaainApiNotificationsFindAllMineResponse
Index
Properties
pagination
notifications
Properties
pagination
pagination
:
{
page
:
number
;
limit
:
number
;
total
:
number
;
totalPages
:
number
;
hasNext
:
boolean
;
hasPrev
:
boolean
;
}
Type declaration
page
:
number
limit
:
number
total
:
number
total
Pages
:
number
has
Next
:
boolean
has
Prev
:
boolean
notifications
notifications
:
{
id
:
string
;
title
:
string
;
status
:
number
;
red
:
boolean
;
description
:
string
;
created
:
Date
;
modified
:
Date
;
}
[]
Type declaration
id
:
string
title
:
string
status
:
number
red
:
boolean
description
:
string
created
:
Date
modified
:
Date
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
pagination
notifications
RadarToRain Model Documentation
Loading...