| name | data type | constraints | description |
|---|---|---|---|
| windowStart | number | ||
| windowEnd | number | ||
| priority | number | required int | |
| backupType | BackupType |
Example
{
"windowStart" : 1451649601000,
"windowEnd" : 1451677502000,
"priority" : 50,
"backupType" : {
"name" : "ENUM_NAME",
"description" : "Enum description"
}
}