GoogleCloudDatacatalogV1ListTagsResponse constructor

GoogleCloudDatacatalogV1ListTagsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDatacatalogV1Tag>? tags,
})

Implementation

GoogleCloudDatacatalogV1ListTagsResponse({
  this.nextPageToken,
  this.tags,
});