GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope constructor

GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope({
  1. List<String>? aspectTypes,
  2. List<String>? entryGroups,
  3. List<String>? entryTypes,
})

Implementation

GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope({
  this.aspectTypes,
  this.entryGroups,
  this.entryTypes,
});