Connection Config Variable
data class ConnectionConfigVariable(val booleanValue: Boolean? = null, val encryptionKeyValue: ConnectionConfigVariableEncryptionKeyValue? = null, val integerValue: Int? = null, val key: String, val secretValue: ConnectionConfigVariableSecretValue? = null, val stringValue: String? = null)
Constructors
Link copied to clipboard
fun ConnectionConfigVariable(booleanValue: Boolean? = null, encryptionKeyValue: ConnectionConfigVariableEncryptionKeyValue? = null, integerValue: Int? = null, key: String, secretValue: ConnectionConfigVariableSecretValue? = null, stringValue: String? = null)