GoogleCloudAiplatformV1EncryptionSpec constructor

GoogleCloudAiplatformV1EncryptionSpec({
  1. String? kmsKeyName,
})

Implementation

GoogleCloudAiplatformV1EncryptionSpec({
  this.kmsKeyName,
});