Remote Support Properties Response
data class RemoteSupportPropertiesResponse(val accessLevel: String, val expirationTimeStamp: String, val remoteSupportNodeSettings: List<RemoteSupportNodeSettingsResponse>, val remoteSupportSessionDetails: List<PerNodeRemoteSupportSessionResponse>, val remoteSupportType: String)
Remote Support properties of the cluster.
Constructors
Link copied to clipboard
constructor(accessLevel: String, expirationTimeStamp: String, remoteSupportNodeSettings: List<RemoteSupportNodeSettingsResponse>, remoteSupportSessionDetails: List<PerNodeRemoteSupportSessionResponse>, remoteSupportType: String)