RemoteSupportNodeSettingsResponse

data class RemoteSupportNodeSettingsResponse(val arcResourceId: String, val connectionErrorMessage: String, val connectionStatus: String, val createdAt: String, val state: String, val transcriptLocation: String, val updatedAt: String)

Remote Support Node Settings of the cluster.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Arc ResourceId of the Node

Link copied to clipboard

Remote Support Access Connection Error Message on the Node

Link copied to clipboard

Remote Support Access Connection Status on the Node

Link copied to clipboard

Remote Support Enablement Request Created TimeStamp on the Node

Link copied to clipboard

Remote Support Access Connection State on the Node

Link copied to clipboard

Remote Support Transcript location on the node

Link copied to clipboard

Remote Support Enablement Request Updated TimeStamp on the Node