WeeklyBackupSchedule

WeeklyBackupSchedule
WeeklyBackupSchedule

Schedule to specify day of the week and time to take automated backup

AllOf
This class requires all of the following:
JSON Example
{
    "resource_type": "string",
    "days_of_week": [
        0
    ],
    "hour_of_day": 0,
    "minute_of_day": 0
}