Class ContentStatisticsAggregatedTimeFrameBucket
Inheritance
ContentStatisticsAggregatedTimeFrameBucket
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class ContentStatisticsAggregatedTimeFrameBucket
Properties
Aggregated data for timeframe
Declaration
[JsonProperty("data", Required = Required.Always)]
[Required]
public ContentStatisticsData Data { get; set; }
Property Value
The timeframe for which statistical data in this bucket was aggregated
Declaration
[JsonProperty("timeFrame", Required = Required.Always)]
[Required]
public TimeSpan TimeFrame { get; set; }
Property Value
Methods
Declaration
public static ContentStatisticsAggregatedTimeFrameBucket FromJson(string data)
Parameters
Returns