GetConnectionAliasResult

data class GetConnectionAliasResult(val aliasId: String? = null, val associations: List<ConnectionAliasAssociation>? = null, val connectionAliasState: ConnectionAliasState? = null)

Constructors

Link copied to clipboard
constructor(aliasId: String? = null, associations: List<ConnectionAliasAssociation>? = null, connectionAliasState: ConnectionAliasState? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aliasId: String? = null

The identifier of the connection alias, returned as a string.

Link copied to clipboard

The association status of the connection alias.

Link copied to clipboard

The current state of the connection alias, returned as a string.