GoogleCloudDataplexV1MetadataFeed constructor
GoogleCloudDataplexV1MetadataFeed({
- String? createTime,
- GoogleCloudDataplexV1MetadataFeedFilters? filters,
- Map<
String, String> ? labels, - String? name,
- String? pubsubTopic,
- GoogleCloudDataplexV1MetadataFeedScope? scope,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudDataplexV1MetadataFeed({
this.createTime,
this.filters,
this.labels,
this.name,
this.pubsubTopic,
this.scope,
this.uid,
this.updateTime,
});