GoogleCloudContactcenterinsightsV1EncryptionSpec constructor

GoogleCloudContactcenterinsightsV1EncryptionSpec({
  1. String? kmsKey,
  2. String? name,
})

Implementation

GoogleCloudContactcenterinsightsV1EncryptionSpec({
  this.kmsKey,
  this.name,
});