Show / Hide Table of Contents

Class GoogleCloudBillingPricesV1betaRateTier

Encapsulates a rate price tier.

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

Properties

ETag

The ETag of the item.

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

ListPrice

List price of one tier.

Declaration
[JsonProperty("listPrice")]
public virtual Money ListPrice { get; set; }
Property Value
Type Description
Money

StartAmount

Lower bound amount for a tier. Tiers 0-100, 100-200 will be represented with two tiers with start_amount 0 and 100.

Declaration
[JsonProperty("startAmount")]
public virtual Decimal StartAmount { get; set; }
Property Value
Type Description
Decimal

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX