ConnectionSettingParameterResponse

data class ConnectionSettingParameterResponse(val key: String? = null, val value: String? = null)

Extra Parameter in a Connection Setting Properties to indicate service provider specific properties

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

Key for the Connection Setting Parameter.

Link copied to clipboard
val value: String? = null

Value associated with the Connection Setting Parameter.