GoogleCloudIntegrationsV1alphaCloudKmsConfig constructor

GoogleCloudIntegrationsV1alphaCloudKmsConfig({
  1. String? key,
  2. String? keyVersion,
  3. String? kmsLocation,
  4. String? kmsProjectId,
  5. String? kmsRing,
})

Implementation

GoogleCloudIntegrationsV1alphaCloudKmsConfig({
  this.key,
  this.keyVersion,
  this.kmsLocation,
  this.kmsProjectId,
  this.kmsRing,
});