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