recurrenceType property

String? recurrenceType
getter/setter pair

Specifies the RecurrenceType for the schedule.

Required. Possible string values are:

  • "RECURRENCE_TYPE_UNSPECIFIED" : recurrence type not set
  • "HOURLY" : The BackupRule is to be applied hourly.
  • "DAILY" : The BackupRule is to be applied daily.
  • "WEEKLY" : The BackupRule is to be applied weekly.
  • "MONTHLY" : The BackupRule is to be applied monthly.
  • "YEARLY" : The BackupRule is to be applied yearly.

Implementation

core.String? recurrenceType;