LockConfigResponse

data class LockConfigResponse(val locked: Boolean, val reason: String)

Determines whether or no a connection is locked. If locked, a reason must be specified.

Constructors

Link copied to clipboard
fun LockConfigResponse(locked: Boolean, reason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether or not the connection is locked.

Link copied to clipboard

Describes why a connection is locked.