GoogleCloudDatacatalogV1beta1ListTagsResponse constructor

GoogleCloudDatacatalogV1beta1ListTagsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDatacatalogV1beta1Tag>? tags,
})

Implementation

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