Class GoogleCloudBillingPricesV1betaPrice
Encapsulates the latest price for a SKU.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingPricesV1betaPrice : IDirectResponseSchema
Properties
CurrencyCode
ISO-4217 currency code for the price.
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { 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 |
Name
Resource name for the latest price.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Rate
Rate price metadata. SKUs with Rate
price are offered by pricing tiers. The price can have 1 or more rate
pricing tiers.
Declaration
[JsonProperty("rate")]
public virtual GoogleCloudBillingPricesV1betaRate Rate { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudBillingPricesV1betaRate |
ValueType
Type of the price. It can have values: ["unspecified", "rate"].
Declaration
[JsonProperty("valueType")]
public virtual string ValueType { get; set; }
Property Value
Type | Description |
---|---|
string |