Class RateTier
Pricing details for a service tier.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class RateTier : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Price
The price for this tier.
Declaration
[JsonProperty("price")]
public virtual Money Price { get; set; }
Property Value
Type | Description |
---|---|
Money |
StartAmount
The magnitude of usage in which the tier interval begins. Example: "From 100 GiBi the price is $1 per byte"
implies start_amount
= 100
Declaration
[JsonProperty("startAmount")]
public virtual double? StartAmount { get; set; }
Property Value
Type | Description |
---|---|
double? |