DailyScheduleResponse

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

Daily Schedule properties

Constructors

Link copied to clipboard
constructor(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 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

Daily snapshot count to keep

Link copied to clipboard
val usedBytes: Double? = null

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