GoogleCloudConnectorsV1ConfigVariable constructor

GoogleCloudConnectorsV1ConfigVariable({
  1. bool? boolValue,
  2. GoogleCloudConnectorsV1EncryptionKey? encryptionKeyValue,
  3. String? intValue,
  4. String? key,
  5. GoogleCloudConnectorsV1Secret? secretValue,
  6. String? stringValue,
})

Implementation

GoogleCloudConnectorsV1ConfigVariable({
  this.boolValue,
  this.encryptionKeyValue,
  this.intValue,
  this.key,
  this.secretValue,
  this.stringValue,
});