GoogleCloudDataplexV1MetadataJobExportJobResult constructor

GoogleCloudDataplexV1MetadataJobExportJobResult({
  1. String? errorMessage,
  2. String? exportedEntries,
})

Implementation

GoogleCloudDataplexV1MetadataJobExportJobResult({
  this.errorMessage,
  this.exportedEntries,
});