ConnectionPropertyResponse

data class ConnectionPropertyResponse(val key: String, val value: String)

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

Required Name of the connection property to set.

Link copied to clipboard

Required Value of the connection property.