Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
teamId | integer:int32 | Integer ID for the team. |
standing | DestinyHistoricalStatsValue | Team's standing relative to other teams. |
score | DestinyHistoricalStatsValue | Score earned by the team |
teamName | string | Alpha or Bravo |
Example
{
// Type: integer:int32
"teamId": 0,
// Type: DestinyHistoricalStatsValue
"standing": {},
// Type: DestinyHistoricalStatsValue
"score": {},
// Type: string
"teamName": ""
}