Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Generic Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
data | DestinyProfileComponent | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: DestinyProfileComponent
"data": {
// Type: UserInfoCard
"userInfo": {},
// Type: string:date-time
"dateLastPlayed": "",
// Type: DestinyGameVersions:Enum
"versionsOwned": {},
// Type: integer:int64[]
"characterIds": [
// Type: integer:int64
0
]
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}