public sealed class Range : IMessage<Range>, IEquatable<Range>, IDeepCloneable<Range>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class Range.
Range within which actions are restricted.
Namespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
Range()
public Range()
Range(Range)
public Range(Range other)
Parameter | |
---|---|
Name | Description |
other |
Range |
Properties
DayOfWeek
public RepeatedField<DayOfWeek> DayOfWeek { get; }
Days of week.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDayOfWeek |
EndDate
public Date EndDate { get; set; }
End date.
Property Value | |
---|---|
Type | Description |
Date |
EndTimeOfDay
public TimeOfDay EndTimeOfDay { get; set; }
End time of day.
Property Value | |
---|---|
Type | Description |
TimeOfDay |
StartDate
public Date StartDate { get; set; }
Start date.
Property Value | |
---|---|
Type | Description |
Date |
StartTimeOfDay
public TimeOfDay StartTimeOfDay { get; set; }
Start time of day.
Property Value | |
---|---|
Type | Description |
TimeOfDay |