GoogleCloudDataplexV1EncryptionConfig constructor

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

Implementation

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