Hourly Schedule Response
data class HourlyScheduleResponse(val minute: Int? = null, val snapshotsToKeep: Int? = null, val usedBytes: Double? = null)
Hourly Schedule properties
Constructors
Link copied to clipboard
fun HourlyScheduleResponse(minute: Int? = null, snapshotsToKeep: Int? = null, usedBytes: Double? = null)