Show / Hide Table of Contents

Class GoogleCloudBillingBillingaccountpricesV1betaUnitInfo

Encapsulates the unit information for a Rate

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

Properties

ETag

The ETag of the item.

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

Unit

Shorthand for the unit. Example: GiBy.mo.

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

UnitDescription

Human-readable description of the unit. Example: gibibyte month.

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

UnitQuantity

Unit quantity for the tier. Example: if the RateTier price is $1 per 1000000 Bytes, then unit_quantity is set to 1000000.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX