frequency property
The frequency unit of this recurring schedule.
Required. Possible string values are:
- "FREQUENCY_UNSPECIFIED" : Invalid. A frequency must be specified.
- "WEEKLY" : Indicates that the frequency of recurrence should be expressed in terms of weeks.
- "MONTHLY" : Indicates that the frequency of recurrence should be expressed in terms of months.
- "DAILY" : Indicates that the frequency of recurrence should be expressed in terms of days.
Implementation
core.String? frequency;