GetConnectionResult

data class GetConnectionResult(val connectionId: String? = null, val description: String? = null, val domainId: String? = null, val domainUnitId: String? = null, val environmentId: String? = null, val environmentUserRole: String? = null, val projectId: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(connectionId: String? = null, description: String? = null, domainId: String? = null, domainUnitId: String? = null, environmentId: String? = null, environmentUserRole: String? = null, projectId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionId: String? = null

The ID of the connection.

Link copied to clipboard
val description: String? = null

The description of the connection.

Link copied to clipboard
val domainId: String? = null

The ID of the domain in which the connection is created.

Link copied to clipboard
val domainUnitId: String? = null

The ID of the domain unit in which the connection is created.

Link copied to clipboard
val environmentId: String? = null

The ID of the environment in which the connection is created.

Link copied to clipboard

The role of the user in the environment.

Link copied to clipboard
val projectId: String? = null

The ID of the project in which the connection is created.

Link copied to clipboard
val type: String? = null

The type of the connection.