Show / Hide Table of Contents

Class GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice

Encapsulates the latest price for a billing account SKU.

Inheritance
object
GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice
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 GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice : 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 billing account price.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PriceReason

Background information on the origin of the price.

Declaration
[JsonProperty("priceReason")]
public virtual GoogleCloudBillingBillingaccountpricesV1betaPriceReason PriceReason { get; set; }
Property Value
Type Description
GoogleCloudBillingBillingaccountpricesV1betaPriceReason

Rate

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

Declaration
[JsonProperty("rate")]
public virtual GoogleCloudBillingBillingaccountpricesV1betaRate Rate { get; set; }
Property Value
Type Description
GoogleCloudBillingBillingaccountpricesV1betaRate

ValueType

Type of the price. The possible values are: ["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