ScheduleResponse

data class ScheduleResponse(val cronSchedule: String, val paused: Boolean)

Schedule defines scheduling parameters for automatically creating Backups via this BackupPlan.

Constructors

Link copied to clipboard
fun ScheduleResponse(cronSchedule: String, paused: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan. If this is defined, then backup_retain_days must also be defined. Default (empty): no automatic backup creation will occur.

Link copied to clipboard

This flag denotes whether automatic Backup creation is paused for this BackupPlan. Default: False