Package version:

Interface RemoteSupportJobNodeSettings

Represents the settings of a remote support node.

interface RemoteSupportJobNodeSettings {
    connectionErrorMessage?: string;
    connectionStatus?: string;
    createdAt?: any;
    state?: string;
    updatedAt?: any;
}

Properties

connectionErrorMessage?: string

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

connectionStatus?: string

The current connection status of the remote support session.

createdAt?: any

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

state?: string

The state of the remote support node.

updatedAt?: any

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