GoogleCloudDataplexV1MetadataFeedFilters constructor

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

Implementation

GoogleCloudDataplexV1MetadataFeedFilters({
  this.aspectTypes,
  this.changeTypes,
  this.entryTypes,
});