SleepActionPatch

data class SleepActionPatch(val seconds: Int? = null)

SleepAction describes a "sleep" action.

Constructors

Link copied to clipboard
constructor(seconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val seconds: Int? = null

Seconds is the number of seconds to sleep.