Backup Schedule Response
data class BackupScheduleResponse(val frequencyInterval: Int, val frequencyUnit: String, val keepAtLeastOneBackup: Boolean, val lastExecutionTime: String, val retentionPeriodInDays: Int, val startTime: String? = null)
Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.