Class DenyMaintenancePeriod
Specifies the maintenance denial period.
Implements
Inherited Members
Namespace: Google.Apis.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class DenyMaintenancePeriod : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EndDate
Required. End date of the deny maintenance period.
Declaration
[JsonProperty("endDate")]
public virtual Date EndDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
StartDate
Required. Start date of the deny maintenance period.
Declaration
[JsonProperty("startDate")]
public virtual Date StartDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Time
Required. Time in UTC when the period starts and ends.
Declaration
[JsonProperty("time")]
public virtual TimeOfDay Time { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |