ConnectionParameter

data class ConnectionParameter(val isValueSecret: Boolean? = null, val key: String, val value: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isValueSecret: Boolean? = null

Specifies whether the value is secret.

Link copied to clipboard
val key: String

The key for a query string parameter.

Link copied to clipboard

The value associated with the key for the query string parameter.