GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope constructor

GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope({
  1. List<String>? aspectTypes,
  2. List<String>? entryGroups,
  3. List<String>? entryLinkTypes,
  4. List<String>? entryTypes,
  5. List<String>? glossaries,
  6. List<String>? referencedEntryScopes,
})

Implementation

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