Class TimeWindows
Time windows within which actions are restricted. See the documentation for more information on how to configure dates/times.
Implements
Inherited Members
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> |