Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/output
ESPPaginatedGroupsResponse
Interface ESPPaginatedGroupsResponse
Represents the processed paginated response for user groups.
interface
ESPPaginatedGroupsResponse
{
fetchNext
?:
()
=>
Promise
<
ESPPaginatedGroupsResponse
>
;
groups
:
ESPRMGroup
[]
;
hasNext
:
boolean
;
}
Index
Properties
fetch
Next?
groups
has
Next
Properties
Optional
fetch
Next
fetchNext
?:
()
=>
Promise
<
ESPPaginatedGroupsResponse
>
groups
groups
:
ESPRMGroup
[]
has
Next
hasNext
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
Next
groups
has
Next
@espressif/rainmaker-base-sdk
Loading...
Represents the processed paginated response for user groups.