GoogleCloudDataplexV1MetadataFeedScope constructor

GoogleCloudDataplexV1MetadataFeedScope({
  1. List<String>? entryGroups,
  2. bool? organizationLevel,
  3. List<String>? projects,
})

Implementation

GoogleCloudDataplexV1MetadataFeedScope({
  this.entryGroups,
  this.organizationLevel,
  this.projects,
});