Show / Hide Table of Contents

Class DenyMaintenancePeriod

Specifies the maintenance denial period.

Inheritance
object
DenyMaintenancePeriod
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX