EnableDeviceBoundSessionsRequest

@Serializable
data class EnableDeviceBoundSessionsRequest(val enable: Boolean)

Request object containing input parameters for the NetworkDomain.enableDeviceBoundSessions command.

Constructors

Link copied to clipboard
constructor(enable: Boolean)

Properties

Link copied to clipboard

Whether to enable or disable events.