RecoveryBackupSchedulesCreateRequestBody
This is a request body class for an operation.
Properties
string
schedule
Required
Identifier of the schedule The parameter must be an identifier for the resource type: com.vmware.appliance.recovery.backup.schedule.
JSON Example
{
"schedule": "string",
"spec": {
"location": "string"
}
}