GoogleCloudDataplexV1ListMetadataFeedsResponse constructor

GoogleCloudDataplexV1ListMetadataFeedsResponse({
  1. List<GoogleCloudDataplexV1MetadataFeed>? metadataFeeds,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

GoogleCloudDataplexV1ListMetadataFeedsResponse({
  this.metadataFeeds,
  this.nextPageToken,
  this.unreachable,
});