Source
This page was generated with Wiki Builder. Do not change the format!
Info
A small infocard of group information, usually used for when a list of groups are returned
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
groupId | integer:int64 | |
name | string | |
groupType | GroupType:Enum | |
creationDate | string:date-time | |
about | string | |
motto | string | |
memberCount | integer:int32 | |
locale | string | |
membershipOption | MembershipOption:Enum | |
capabilities | Capabilities:Enum | |
clanInfo | GroupV2ClanInfo | |
avatarPath | string | |
theme | string |
Example
{
// Type: integer:int64
"groupId": 0,
// Type: string
"name": "",
// Type: GroupType:Enum
"groupType": 0,
// Type: string:date-time
"creationDate": "",
// Type: string
"about": "",
// Type: string
"motto": "",
// Type: integer:int32
"memberCount": 0,
// Type: string
"locale": "",
// Type: MembershipOption:Enum
"membershipOption": 0,
// Type: Capabilities:Enum
"capabilities": 0,
// Type: GroupV2ClanInfo
"clanInfo": {
// Type: string
"clanCallsign": "",
// Type: ClanBanner
"clanBannerData": {
// Type: integer:uint32
"decalId": 0,
// Type: integer:uint32
"decalColorId": 0,
// Type: integer:uint32
"decalBackgroundColorId": 0,
// Type: integer:uint32
"gonfalonId": 0,
// Type: integer:uint32
"gonfalonColorId": 0,
// Type: integer:uint32
"gonfalonDetailId": 0,
// Type: integer:uint32
"gonfalonDetailColorId": 0,
// Type: ClanBanner
}
},
// Type: string
"avatarPath": "",
// Type: string
"theme": ""
}