HourlyScheduleResponse

data class HourlyScheduleResponse(val interval: Int? = null, val scheduleWindowDuration: Int? = null, val scheduleWindowStartTime: String? = null)

Hourly schedule.

Constructors

Link copied to clipboard
constructor(interval: Int? = null, scheduleWindowDuration: Int? = null, scheduleWindowStartTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val interval: Int? = null

Interval at which backup needs to be triggered. For hourly the value can be 4/6/8/12

Link copied to clipboard

To specify duration of the backup window

Link copied to clipboard

To specify start time of the backup window