Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
period | string:date-time | Period for the group. If the stat periodType is day, then this will have a specific day. If the type is monthly, then this value will be the first day of the applicable month. This value is not set when the periodType is 'all time'. |
activityDetails | DestinyHistoricalStatsActivity | If the period group is for a specific activity, this property will be set. |
values | Dictionary<string,DestinyHistoricalStatsValue> | Collection of stats for the period. |
Example
{
// Type: string:date-time
"period": "",
// Type: DestinyHistoricalStatsActivity
"activityDetails": {},
// Type: Dictionary<string,DestinyHistoricalStatsValue>
"values": {
"{string}": {
// Type: string
"statId": "",
// Type: DestinyHistoricalStatsValuePair
"basic": {},
// Type: DestinyHistoricalStatsValuePair
"pga": {},
// Type: DestinyHistoricalStatsValuePair
"weighted": {},
// Type: integer:int64:nullable
"activityId": 0
}
}
}