Class UpcomingMaintenanceTimeWindow
Represents a window of time using two timestamps: earliest
and latest
.
Inheritance
UpcomingMaintenanceTimeWindow
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class UpcomingMaintenanceTimeWindow : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Earliest
Declaration
[JsonProperty("earliest")]
public virtual string Earliest { get; set; }
Property Value
Latest
Declaration
[JsonProperty("latest")]
public virtual string Latest { get; set; }
Property Value
Implements