AutoPausePropertiesResponse

data class AutoPausePropertiesResponse(val delayInMinutes: Int? = null, val enabled: Boolean? = null)

Auto pause properties

Constructors

Link copied to clipboard
constructor(delayInMinutes: Int? = null, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val delayInMinutes: Int? = null
Link copied to clipboard
val enabled: Boolean? = null