Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
name | string | |
groupType | GroupType:Enum | |
creationDate | GroupDateRange:Enum | |
sortBy | GroupSortBy:Enum | |
groupMemberCountFilter | integer:int32:nullable | |
localeFilter | string | |
tagText | string | |
itemsPerPage | integer:int32 | |
currentPage | integer:int32 | |
requestContinuationToken | string |
Example
{
// Type: string
"name": "",
// Type: GroupType:Enum
"groupType": 0,
// Type: GroupDateRange:Enum
"creationDate": 0,
// Type: GroupSortBy:Enum
"sortBy": 0,
// Type: integer:int32:nullable
"groupMemberCountFilter": 0,
// Type: string
"localeFilter": "",
// Type: string
"tagText": "",
// Type: integer:int32
"itemsPerPage": 0,
// Type: integer:int32
"currentPage": 0,
// Type: string
"requestContinuationToken": ""
}