Show / Hide Table of Contents

Class FutureReservationTimeWindow

Inheritance
object
FutureReservationTimeWindow
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.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class FutureReservationTimeWindow : IDirectResponseSchema

Properties

Duration

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

ETag

The ETag of the item.

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

EndTime

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

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
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX