Class GoogleCloudBillingBillingaccountpricesV1betaUnitInfo
Encapsulates the unit information for a Rate
Implements
Inherited Members
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 |