Class: GetUserGroupNamespaceAssignmentsResponse
cloudservice.v1.GetUserGroupNamespaceAssignmentsResponse
Represents a GetUserGroupNamespaceAssignmentsResponse.
Implements
Constructors
constructor
• new GetUserGroupNamespaceAssignmentsResponse(properties?): GetUserGroupNamespaceAssignmentsResponse
Constructs a new GetUserGroupNamespaceAssignmentsResponse.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IGetUserGroupNamespaceAssignmentsResponse | Properties to set |
Returns
GetUserGroupNamespaceAssignmentsResponse
Properties
groups
• groups: IUserGroupNamespaceAssignment[]
The list of user groups with access to the namespace.
Implementation of
IGetUserGroupNamespaceAssignmentsResponse.groups
nextPageToken
• nextPageToken: string
The next page's token.
Implementation of
IGetUserGroupNamespaceAssignmentsResponse.nextPageToken
Methods
toJSON
▸ toJSON(): Object
Converts this GetUserGroupNamespaceAssignmentsResponse to JSON.
Returns
Object
JSON object
create
▸ create(properties?): GetUserGroupNamespaceAssignmentsResponse
Creates a new GetUserGroupNamespaceAssignmentsResponse instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IGetUserGroupNamespaceAssignmentsResponse | Properties to set |
Returns
GetUserGroupNamespaceAssignmentsResponse
GetUserGroupNamespaceAssignmentsResponse instance
decode
▸ decode(reader, length?): GetUserGroupNamespaceAssignmentsResponse
Decodes a GetUserGroupNamespaceAssignmentsResponse message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
GetUserGroupNamespaceAssignmentsResponse
GetUserGroupNamespaceAssignmentsResponse
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing