Show / Hide Table of Contents

Class GoogleCloudBillingPricesV1betaAggregationInfo

Encapsulates the aggregation information such as aggregation level and interval for a price.

Inheritance
object
GoogleCloudBillingPricesV1betaAggregationInfo
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.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingPricesV1betaAggregationInfo : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX