ConnectionDetailsResponse

data class ConnectionDetailsResponse(val groupId: String? = null, val id: String? = null, val linkIdentifier: String? = null, val memberName: String? = null, val privateIpAddress: String? = null)

Private endpoint connection details at member level.

Constructors

Link copied to clipboard
constructor(groupId: String? = null, id: String? = null, linkIdentifier: String? = null, memberName: String? = null, privateIpAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupId: String? = null

Gets or sets group id.

Link copied to clipboard
val id: String? = null

Gets or sets id.

Link copied to clipboard
val linkIdentifier: String? = null

Gets or sets link identifier.

Link copied to clipboard
val memberName: String? = null

Gets or sets member name.

Link copied to clipboard

Gets or sets private IP address.