BackupScheduleSpec

data class BackupScheduleSpec(val cronSpec: BackupScheduleSpecCronSpec? = null)

Constructors

Link copied to clipboard
constructor(cronSpec: BackupScheduleSpecCronSpec? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cron style schedule specification.. Structure is documented below.