GoogleCloudConnectorsV1ConfigVariable constructor
GoogleCloudConnectorsV1ConfigVariable({
- bool? boolValue,
- GoogleCloudConnectorsV1EncryptionKey? encryptionKeyValue,
- String? intValue,
- String? key,
- GoogleCloudConnectorsV1Secret? secretValue,
- String? stringValue,
Implementation
GoogleCloudConnectorsV1ConfigVariable({
this.boolValue,
this.encryptionKeyValue,
this.intValue,
this.key,
this.secretValue,
this.stringValue,
});