PerNodeRemoteSupportSessionResponse

data class PerNodeRemoteSupportSessionResponse(val accessLevel: String, val duration: Double, val nodeName: String, val sessionEndTime: String, val sessionStartTime: String)

Remote Support Node Session Details on the Node.

Constructors

Link copied to clipboard
constructor(accessLevel: String, duration: Double, nodeName: String, sessionEndTime: String, sessionStartTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Remote Support Access Level

Link copied to clipboard

Duration of Remote Support Enablement

Link copied to clipboard

Name of the node

Link copied to clipboard

Remote Support Session EndTime on the Node

Link copied to clipboard

Remote Support Session StartTime on the Node