Recovery_Backup_Schedules_RecurrenceInfo

Recovery_Backup_Schedules_RecurrenceInfo
Recovery_Backup_Schedules_RecurrenceInfo

The Schedules.RecurrenceInfo structure contains the recurrence information associated with a schedule.

JSON Example
{
    "minute": 0,
    "hour": 0,
    "days": [
        "string"
    ]
}
integer As int64
minute
Required

Minute when backup should run.

integer As int64
hour
Required

Hour when backup should run. The hour should be specified in 24-hour clock format.

days
Optional

Day of week when the backup should be run. Days can be specified as list of days. If unset the backup will be run everyday.