Preparing search index...
The search index is not available
@espressif/rainmaker-base-sdk
@espressif/rainmaker-base-sdk
types/ESPModules
ESPGroupSharingRequestInterface
Interface ESPGroupSharingRequestInterface
Represents the group sharing request.
interface
ESPGroupSharingRequestInterface
{
groupIds
:
string
[]
;
groupnames
:
string
[]
;
id
:
string
;
metadata
:
Record
<
string
,
any
>
;
newRole
:
string
;
primaryUsername
:
string
;
status
:
ESPGroupSharingStatus
;
timestamp
:
number
;
transfer
:
boolean
;
username
:
string
;
}
Implemented by
ESPGroupSharingRequest
Index
Properties
group
Ids
groupnames
id
metadata
new
Role
primary
Username
status
timestamp
transfer
username
Properties
group
Ids
groupIds
:
string
[]
groupnames
groupnames
:
string
[]
id
id
:
string
metadata
metadata
:
Record
<
string
,
any
>
new
Role
newRole
:
string
primary
Username
primaryUsername
:
string
status
status
:
ESPGroupSharingStatus
timestamp
timestamp
:
number
transfer
transfer
:
boolean
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
Ids
groupnames
id
metadata
new
Role
primary
Username
status
timestamp
transfer
username
@espressif/rainmaker-base-sdk
Loading...
Represents the group sharing request.