Source

This page was generated with Wiki Builder. Do not change the format!

Info

Schema

  • Schema Type: Class
  • Type: object

Properties

Name Type Description
groupId integer:int64  
creationDate string:date-time  
resolveState GroupApplicationResolveState:Enum  
resolveDate string:date-time:nullable  
resolvedByMembershipId integer:int64:nullable  
requestMessage string  
resolveMessage string  
destinyUserInfo UserInfoCard  
bungieNetUserInfo UserInfoCard  

Example

{
    // Type: integer:int64
    "groupId": 0,
    // Type: string:date-time
    "creationDate": "",
    // Type: GroupApplicationResolveState:Enum
    "resolveState": 0,
    // Type: string:date-time:nullable
    "resolveDate": "",
    // Type: integer:int64:nullable
    "resolvedByMembershipId": 0,
    // Type: string
    "requestMessage": "",
    // Type: string
    "resolveMessage": "",
    // Type: UserInfoCard
    "destinyUserInfo": {
        // Type: string
        "supplementalDisplayName": "",
        // Type: string
        "iconPath": "",
        // Type: BungieMembershipType:Enum
        "membershipType": {},
        // Type: integer:int64
        "membershipId": 0,
        // Type: string
        "displayName": ""
    },
    // Type: UserInfoCard
    "bungieNetUserInfo": {
        // Type: string
        "supplementalDisplayName": "",
        // Type: string
        "iconPath": "",
        // Type: BungieMembershipType:Enum
        "membershipType": {},
        // Type: integer:int64
        "membershipId": 0,
        // Type: string
        "displayName": ""
    }
}

References

  1. https://bungie-net.github.io/multi/schema_GroupsV2-GroupMemberApplication.html#schema_GroupsV2-GroupMemberApplication