Settings_Depots_SyncSchedule_Spec
Settings_Depots_SyncSchedule_Spec
The SyncSchedule.Spec structure defines the information regarding the sync schedule.
JSON Example
{
"enabled": false,
"schedule": {
"type": "string",
"skip": 0,
"minute": 0,
"hour": 0,
"day_of_month": 0,
"day_of_week": "string"
},
"email_addresses": [
"string"
]
}
boolean
enabled
Required
Flag indicating whether automatic sync is enabled or not
schedule
Optional
The SyncSchedule.Schedule structure defines a schedule.
array of string
email_addresses
Required
Email addresses to which the notification will be sent. If empty, no notification is sent.