BackupScheduleResponse

data class BackupScheduleResponse(val repeatingTimeIntervals: List<String>, val timeZone: String? = null)

Schedule for backup

Constructors

Link copied to clipboard
constructor(repeatingTimeIntervals: List<String>, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ISO 8601 repeating time interval format

Link copied to clipboard
val timeZone: String? = null

Time zone for a schedule. Example: Pacific Standard Time