Reference documentation and code samples for the Google Ads Ad Manager V1 Client class MonthlySchedule.
Days of Month to schedule report run.
Generated from protobuf message google.ads.admanager.v1.Schedule.MonthlySchedule
Namespace
Google \ Ads \ AdManager \ V1 \ ScheduleMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ monthly_scheduled_days |
array
Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month. |
getMonthlyScheduledDays
Specifies days of the month to run report. Range is from 1-31.
Will ignore days that are not valid for the given month.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMonthlyScheduledDays
Specifies days of the month to run report. Range is from 1-31.
Will ignore days that are not valid for the given month.
Parameter | |
---|---|
Name | Description |
var |
int[]
|
Returns | |
---|---|
Type | Description |
$this |