GoogleCloudDataplexV1MetadataFeed constructor

GoogleCloudDataplexV1MetadataFeed({
  1. String? createTime,
  2. GoogleCloudDataplexV1MetadataFeedFilters? filters,
  3. Map<String, String>? labels,
  4. String? name,
  5. String? pubsubTopic,
  6. GoogleCloudDataplexV1MetadataFeedScope? scope,
  7. String? uid,
  8. String? updateTime,
})

Implementation

GoogleCloudDataplexV1MetadataFeed({
  this.createTime,
  this.filters,
  this.labels,
  this.name,
  this.pubsubTopic,
  this.scope,
  this.uid,
  this.updateTime,
});