Get Backup Schedule Result
data class GetBackupScheduleResult(val backupType: String, val id: String, val kind: String? = null, val lastSuccessfulRun: String, val name: String, val retentionCount: Double, val scheduleRecurrence: ScheduleRecurrenceResponse, val scheduleStatus: String, val startTime: String, val type: String)
The backup schedule.
Constructors
Properties
Link copied to clipboard
The type of backup which needs to be taken.
Link copied to clipboard
The last successful backup run which was triggered for the schedule.
Link copied to clipboard
The number of backups to be retained.
Link copied to clipboard
The schedule recurrence.
Link copied to clipboard
The schedule status.