GetConnectionPlainArgs

data class GetConnectionPlainArgs(val connectionId: String, val domainId: String) : ConvertibleToJava<GetConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(connectionId: String, domainId: String)

Properties

Link copied to clipboard

The ID of the connection.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetConnectionPlainArgs