Class CapacityHistoryResponsePriceRecord
Inheritance
CapacityHistoryResponsePriceRecord
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityHistoryResponsePriceRecord : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Interval
Declaration
[JsonProperty("interval")]
public virtual Interval Interval { get; set; }
Property Value
ListPrice
Declaration
[JsonProperty("listPrice")]
public virtual Money ListPrice { get; set; }
Property Value
Implements