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