Class CapacityHistoryResponsePreemptionRecord
Inheritance
CapacityHistoryResponsePreemptionRecord
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class CapacityHistoryResponsePreemptionRecord : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Interval
Declaration
[JsonProperty("interval")]
public virtual Interval Interval { get; set; }
Property Value
PreemptionRate
Declaration
[JsonProperty("preemptionRate")]
public virtual double? PreemptionRate { get; set; }
Property Value
Implements