Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/input
CreateGroupRequest
Interface CreateGroupRequest
Request payload for creating a new group.
interface
CreateGroupRequest
{
customData
?:
Record
<
string
,
any
>
;
description
?:
string
;
mutuallyExclusive
?:
boolean
;
name
:
string
;
nodeIds
?:
string
[]
;
type
?:
string
;
}
Hierarchy (
View Summary
)
CreateGroupRequest
CreateSubGroupRequest
Index
Properties
custom
Data?
description?
mutually
Exclusive?
name
node
Ids?
type?
Properties
Optional
custom
Data
customData
?:
Record
<
string
,
any
>
Optional
description
description
?:
string
Optional
mutually
Exclusive
mutuallyExclusive
?:
boolean
name
name
:
string
Optional
node
Ids
nodeIds
?:
string
[]
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
Data
description
mutually
Exclusive
name
node
Ids
type
@espressif/rainmaker-base-sdk
Loading...
Request payload for creating a new group.