GoogleCloudDataplexV1EncryptionConfigFailureDetails constructor

GoogleCloudDataplexV1EncryptionConfigFailureDetails({
  1. String? errorCode,
  2. String? errorMessage,
})

Implementation

GoogleCloudDataplexV1EncryptionConfigFailureDetails({
  this.errorCode,
  this.errorMessage,
});