Class FutureReservationTimeWindow
Inheritance
FutureReservationTimeWindow
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class FutureReservationTimeWindow : IDirectResponseSchema
Properties
Duration
Declaration
[JsonProperty("duration")]
public virtual Duration Duration { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndTime
Declaration
[JsonProperty("endTime")]
public virtual string EndTime { get; set; }
Property Value
StartTime
Start time of the Future Reservation. The start_time is an RFC3339 string.
Declaration
[JsonProperty("startTime")]
public virtual string StartTime { get; set; }
Property Value
Implements