Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
GetGroupsResponse
Interface GetGroupsResponse
Represents the processed paginated response for user groups.
interface
GetGroupsResponse
{
groups
:
ESPRMGroup
[]
;
nextId
:
string
;
total
:
string
;
}
Index
Properties
groups
next
Id
total
Properties
groups
groups
:
ESPRMGroup
[]
next
Id
nextId
:
string
total
total
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
groups
next
Id
total
@espressif/rainmaker-base-sdk
Loading...
Represents the processed paginated response for user groups.