GoogleCloudDataplexV1EncryptionConfigFailureDetails.fromJson constructor

GoogleCloudDataplexV1EncryptionConfigFailureDetails.fromJson(
  1. Map json_
)

Implementation

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