Show / Hide Table of Contents

Class AggregationInfo

Represents the aggregation level and interval for pricing of a single SKU.

Inheritance
object
AggregationInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1.Data
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
Type Description
int?

AggregationInterval

Declaration
[JsonProperty("aggregationInterval")]
public virtual string AggregationInterval { get; set; }
Property Value
Type Description
string

AggregationLevel

Declaration
[JsonProperty("aggregationLevel")]
public virtual string AggregationLevel { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX