recurrence property
Maintenance window recurrence.
Format is a subset of [RFC-5545](https://tools.ietf.org/html/rfc5545)
RRULE
. The only allowed values for FREQ
field are FREQ=DAILY
and
FREQ=WEEKLY;BYDAY=...
Example values: FREQ=WEEKLY;BYDAY=TU,WE
,
FREQ=DAILY
.
Required.
Implementation
core.String? recurrence;