GoogleCloudDataplexV1EncryptionConfig constructor

GoogleCloudDataplexV1EncryptionConfig({
  1. String? createTime,
  2. bool? enableMetastoreEncryption,
  3. String? encryptionState,
  4. String? etag,
  5. GoogleCloudDataplexV1EncryptionConfigFailureDetails? failureDetails,
  6. String? key,
  7. String? name,
  8. String? updateTime,
})

Implementation

GoogleCloudDataplexV1EncryptionConfig({
  this.createTime,
  this.enableMetastoreEncryption,
  this.encryptionState,
  this.etag,
  this.failureDetails,
  this.key,
  this.name,
  this.updateTime,
});