Google Cloud Deploy v1 API - Class TimeWindow (2.19.0)

public sealed class TimeWindow : IMessage<TimeWindow>, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class TimeWindow.

Time window within which actions are restricted.

Inheritance

object > TimeWindow

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

TimeWindow()

public TimeWindow()

TimeWindow(TimeWindow)

public TimeWindow(TimeWindow other)
Parameter
Name Description
other TimeWindow

Properties

Ranges

public RepeatedField<Range> Ranges { get; }

Required. Range within which actions are restricted.

Property Value
Type Description
RepeatedFieldRange

TimeZone

public string TimeZone { get; set; }

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

Property Value
Type Description
string