GoogleCloudDialogflowV2EncryptionSpec constructor

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

Implementation

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