Show / Hide Table of Contents

Class RateTier

Pricing details for a service tier.

Inheritance
object
RateTier
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX