Show / Hide Table of Contents

Class GoogleCloudBillingPricesV1betaRate

Encapsulates a Rate price. SKUs with Rate price are offered by pricing tiers. The price have 1 or more rate pricing tiers.

Inheritance
object
GoogleCloudBillingPricesV1betaRate
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 GoogleCloudBillingPricesV1betaRate : IDirectResponseSchema

Properties

AggregationInfo

Aggregation info for tiers such as aggregation level and interval.

Declaration
[JsonProperty("aggregationInfo")]
public virtual GoogleCloudBillingPricesV1betaAggregationInfo AggregationInfo { get; set; }
Property Value
Type Description
GoogleCloudBillingPricesV1betaAggregationInfo

ETag

The ETag of the item.

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

Tiers

All tiers associated with the Rate price.

Declaration
[JsonProperty("tiers")]
public virtual IList<GoogleCloudBillingPricesV1betaRateTier> Tiers { get; set; }
Property Value
Type Description
IList<GoogleCloudBillingPricesV1betaRateTier>

UnitInfo

Unit info such as name and quantity.

Declaration
[JsonProperty("unitInfo")]
public virtual GoogleCloudBillingPricesV1betaUnitInfo UnitInfo { get; set; }
Property Value
Type Description
GoogleCloudBillingPricesV1betaUnitInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX