Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/input
GetGroupByNameRequestParams
Interface GetGroupByNameRequestParams
Request payload for fetching group of current user by name.
interface
GetGroupByNameRequestParams
{
name
:
string
;
withNodeDetails
?:
boolean
;
withNodeList
?:
boolean
;
withSubGroups
?:
boolean
;
}
Hierarchy
Omit
<
GetGroupsRequestParams
,
"resultCount"
>
GetGroupByNameRequestParams
Index
Properties
name
with
Node
Details?
with
Node
List?
with
Sub
Groups?
Properties
name
name
:
string
Optional
with
Node
Details
withNodeDetails
?:
boolean
Optional
with
Node
List
withNodeList
?:
boolean
Optional
with
Sub
Groups
withSubGroups
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
with
Node
Details
with
Node
List
with
Sub
Groups
@espressif/rainmaker-base-sdk
Loading...
Request payload for fetching group of current user by name.