Show / Hide Table of Contents

Class GoogleCloudBillingBillingaccountpricesV1betaRate

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

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

Properties

AggregationInfo

Aggregation info for tiers such as aggregation level and interval.

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

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<GoogleCloudBillingBillingaccountpricesV1betaRateTier> Tiers { get; set; }
Property Value
Type Description
IList<GoogleCloudBillingBillingaccountpricesV1betaRateTier>

UnitInfo

Unit info such as name and quantity.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX