Show / Hide Table of Contents

Class Price

The price of a SKU at a point int time.

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

Properties

ETag

The ETag of the item.

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

EffectiveTime

The timestamp within the estimation time frame when the price was set.

Declaration
[JsonProperty("effectiveTime")]
public virtual EstimationTimePoint EffectiveTime { get; set; }
Property Value
Type Description
EstimationTimePoint

PriceType

The type of price. Possible values: "RATE"

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

Rate

A set of tiered rates.

Declaration
[JsonProperty("rate")]
public virtual Rate Rate { get; set; }
Property Value
Type Description
Rate

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX