Class WeekDayOfMonth
WeekDayOfMonth
defines the week day of the month on which the backups will run. The message combines a
WeekOfMonth
and DayOfWeek
to produce values like FIRST
/MONDAY
or LAST
/FRIDAY
.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class WeekDayOfMonth : IDirectResponseSchema
Properties
DayOfWeek
Required. Specifies the day of the week.
Declaration
[JsonProperty("dayOfWeek")]
public virtual string DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
WeekOfMonth
Required. Specifies the week of the month.
Declaration
[JsonProperty("weekOfMonth")]
public virtual string WeekOfMonth { get; set; }
Property Value
Type | Description |
---|---|
string |