GoogleCloudDataplexV1MetadataJobImportJobSpec constructor

GoogleCloudDataplexV1MetadataJobImportJobSpec({
  1. String? aspectSyncMode,
  2. String? entrySyncMode,
  3. String? logLevel,
  4. GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope? scope,
  5. String? sourceCreateTime,
  6. String? sourceStorageUri,
})

Implementation

GoogleCloudDataplexV1MetadataJobImportJobSpec({
  this.aspectSyncMode,
  this.entrySyncMode,
  this.logLevel,
  this.scope,
  this.sourceCreateTime,
  this.sourceStorageUri,
});