WeeklyScheduleResponse

data class WeeklyScheduleResponse(val day: String? = null, val hour: Int? = null, val minute: Int? = null, val snapshotsToKeep: Int? = null, val usedBytes: Double? = null)

Weekly Schedule properties, make a snapshot every week at a specific day or days

Constructors

Link copied to clipboard
constructor(day: String? = null, hour: Int? = null, minute: Int? = null, snapshotsToKeep: Int? = null, usedBytes: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String? = null

Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english

Link copied to clipboard
val hour: Int? = null

Indicates which hour in UTC timezone a snapshot should be taken

Link copied to clipboard
val minute: Int? = null

Indicates which minute snapshot should be taken

Link copied to clipboard
val snapshotsToKeep: Int? = null

Weekly snapshot count to keep

Link copied to clipboard
val usedBytes: Double? = null

Resource size in bytes, current storage usage for the volume in bytes