Show / Hide Table of Contents

Class TimeWindows

Time windows within which actions are restricted. See the documentation for more information on how to configure dates/times.

Inheritance
object
TimeWindows
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.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class TimeWindows : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

OneTimeWindows

Optional. One-time windows within which actions are restricted.

Declaration
[JsonProperty("oneTimeWindows")]
public virtual IList<OneTimeWindow> OneTimeWindows { get; set; }
Property Value
Type Description
IList<OneTimeWindow>

TimeZone

Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).

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

WeeklyWindows

Optional. Recurring weekly windows within which actions are restricted.

Declaration
[JsonProperty("weeklyWindows")]
public virtual IList<WeeklyWindow> WeeklyWindows { get; set; }
Property Value
Type Description
IList<WeeklyWindow>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX