GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope constructor

GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope({
  1. List<String>? aspectTypes,
  2. List<String>? entryGroups,
  3. List<String>? entryTypes,
  4. bool? organizationLevel,
  5. List<String>? projects,
})

Implementation

GoogleCloudDataplexV1MetadataJobExportJobSpecExportJobScope({
  this.aspectTypes,
  this.entryGroups,
  this.entryTypes,
  this.organizationLevel,
  this.projects,
});