months property
Specifies the months of year, like FEBRUARY
and/or MAY
, on which jobs
will run.
This field is only applicable when recurrence_type
is YEARLY
. A
validation error will occur if other values are supplied.
Optional.
Implementation
core.List<core.String>? months;