Reference documentation and code samples for the Google Cloud Backup Dr V1 Client 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
.
Generated from protobuf message google.cloud.backupdr.v1.WeekDayOfMonth
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ week_of_month
int
Required. Specifies the week of the month.
↳ day_of_week
int
Required. Specifies the day of the week.
getWeekOfMonth
Required. Specifies the week of the month.
int
setWeekOfMonth
Required. Specifies the week of the month.
var
int
$this
getDayOfWeek
Required. Specifies the day of the week.
int
setDayOfWeek
Required. Specifies the day of the week.
var
int
$this