GoogleCloudDataplexV1MetadataJobImportJobResult constructor

GoogleCloudDataplexV1MetadataJobImportJobResult({
  1. String? createdEntries,
  2. String? deletedEntries,
  3. String? recreatedEntries,
  4. String? unchangedEntries,
  5. String? updateTime,
  6. String? updatedEntries,
})

Implementation

GoogleCloudDataplexV1MetadataJobImportJobResult({
  this.createdEntries,
  this.deletedEntries,
  this.recreatedEntries,
  this.unchangedEntries,
  this.updateTime,
  this.updatedEntries,
});