RemoteSupportJobNodeSettingsResponse

data class RemoteSupportJobNodeSettingsResponse(val connectionErrorMessage: String, val connectionStatus: String, val createdAt: String, val state: String, val updatedAt: String)

Represents the settings of a remote support node.

Constructors

Link copied to clipboard
constructor(connectionErrorMessage: String, connectionStatus: String, createdAt: String, state: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error message, if any, from the last connection attempt.

Link copied to clipboard

The current connection status of the remote support session.

Link copied to clipboard

The timestamp when the node settings were created, in UTC.

Link copied to clipboard

The state of the remote support node.

Link copied to clipboard

The timestamp when the node settings were last updated, in UTC.