Preparing search index...
The search index is not available
RadarToRain Model Documentation
RadarToRain Model Documentation
RaainApiGaugesFindAllMineResponse
Interface RaainApiGaugesFindAllMineResponse
interface
RaainApiGaugesFindAllMineResponse
{
pagination
:
{
page
:
number
;
limit
:
number
;
total
:
number
;
totalPages
:
number
;
hasNext
:
boolean
;
hasPrev
:
boolean
;
}
;
gauges
:
{
name
:
string
;
description
:
string
;
latitude
:
number
;
longitude
:
number
;
team
:
string
|
TeamNode
;
configurationAsJSON
:
string
;
id
:
string
;
links
:
Link
[]
;
version
?:
string
;
}
[]
;
}
Hierarchy (
view full
)
PaginationResponse
RaainApiGaugesFindAllMineResponse
Index
Properties
pagination
gauges
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
gauges
gauges
:
{
name
:
string
;
description
:
string
;
latitude
:
number
;
longitude
:
number
;
team
:
string
|
TeamNode
;
configurationAsJSON
:
string
;
id
:
string
;
links
:
Link
[]
;
version
?:
string
;
}
[]
Type declaration
name
:
string
description
:
string
latitude
:
number
longitude
:
number
team
:
string
|
TeamNode
configuration
AsJSON
:
string
id
:
string
links
:
Link
[]
Optional
version
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
pagination
gauges
RadarToRain Model Documentation
Loading...