GoogleCloudDataplexV1EncryptionConfigFailureDetails.fromJson constructor
GoogleCloudDataplexV1EncryptionConfigFailureDetails.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1EncryptionConfigFailureDetails.fromJson(core.Map json_)
: this(
errorCode: json_['errorCode'] as core.String?,
errorMessage: json_['errorMessage'] as core.String?,
);