Show / Hide Table of Contents

Class GoogleCloudBillingPricesV1betaPrice

Encapsulates the latest price for a SKU.

Inheritance
object
GoogleCloudBillingPricesV1betaPrice
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX