public sealed class ExclusionWindow.Types.DayOfWeekList : IMessage<ExclusionWindow.Types.DayOfWeekList>, IEquatable<ExclusionWindow.Types.DayOfWeekList>, IDeepCloneable<ExclusionWindow.Types.DayOfWeekList>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class ExclusionWindow.Types.DayOfWeekList.
Holds repeated DaysOfWeek values as a container.
Implements
IMessageExclusionWindowTypesDayOfWeekList, IEquatableExclusionWindowTypesDayOfWeekList, IDeepCloneableExclusionWindowTypesDayOfWeekList, IBufferMessage, IMessageNamespace
Google.Cloud.GkeBackup.V1Assembly
Google.Cloud.GkeBackup.V1.dll
Constructors
DayOfWeekList()
public DayOfWeekList()
DayOfWeekList(DayOfWeekList)
public DayOfWeekList(ExclusionWindow.Types.DayOfWeekList other)
Parameter | |
---|---|
Name | Description |
other |
ExclusionWindowTypesDayOfWeekList |
Properties
DaysOfWeek
public RepeatedField<DayOfWeek> DaysOfWeek { get; }
Optional. A list of days of week.
Property Value | |
---|---|
Type | Description |
RepeatedFieldDayOfWeek |