GoogleCloudDataplexV1MetadataJobExportJobResult.fromJson constructor

GoogleCloudDataplexV1MetadataJobExportJobResult.fromJson(
  1. Map json_
)

Implementation

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