Class AggregationInfo
Represents the aggregation level and interval for pricing of a single SKU.
Inheritance
AggregationInfo
Assembly: Google.Apis.Cloudbilling.v1.dll
Syntax
public class AggregationInfo : IDirectResponseSchema
Properties
AggregationCount
The number of intervals to aggregate over. Example: If aggregation_level is "DAILY" and aggregation_count is
14, aggregation will be over 14 days.
Declaration
[JsonProperty("aggregationCount")]
public virtual int? AggregationCount { get; set; }
Property Value
AggregationInterval
Declaration
[JsonProperty("aggregationInterval")]
public virtual string AggregationInterval { get; set; }
Property Value
AggregationLevel
Declaration
[JsonProperty("aggregationLevel")]
public virtual string AggregationLevel { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements