ConnectionEventingConfigAdditionalVariable

data class ConnectionEventingConfigAdditionalVariable(val booleanValue: Boolean? = null, val encryptionKeyValue: ConnectionEventingConfigAdditionalVariableEncryptionKeyValue? = null, val integerValue: Int? = null, val key: String, val secretValue: ConnectionEventingConfigAdditionalVariableSecretValue? = null, val stringValue: String? = null)

Constructors

constructor(booleanValue: Boolean? = null, encryptionKeyValue: ConnectionEventingConfigAdditionalVariableEncryptionKeyValue? = null, integerValue: Int? = null, key: String, secretValue: ConnectionEventingConfigAdditionalVariableSecretValue? = null, stringValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val booleanValue: Boolean? = null

Boolean Value of configVariable.

Link copied to clipboard

Encryption key value of configVariable. Structure is documented below.

Link copied to clipboard
val integerValue: Int? = null

Integer Value of configVariable.

Link copied to clipboard
val key: String

Key for the configVariable

Link copied to clipboard

Secret value of configVariable Structure is documented below.

Link copied to clipboard
val stringValue: String? = null

String Value of configVariabley.