Class GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo
Encapsulates the aggregation information such as aggregation level and interval for a billing account price.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingBillingaccountpricesV1betaAggregationInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Interval
Interval at which usage is aggregated to compute cost. Example: "MONTHLY" interval indicates that usage is aggregated every month.
Declaration
[JsonProperty("interval")]
public virtual string Interval { get; set; }
Property Value
Type | Description |
---|---|
string |
Level
Level at which usage is aggregated to compute cost. Example: "ACCOUNT" level indicates that usage is aggregated across all projects in a single account.
Declaration
[JsonProperty("level")]
public virtual string Level { get; set; }
Property Value
Type | Description |
---|---|
string |