GoogleCloudDatacatalogV1ListPolicyTagsResponse constructor

GoogleCloudDatacatalogV1ListPolicyTagsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDatacatalogV1PolicyTag>? policyTags,
})

Implementation

GoogleCloudDatacatalogV1ListPolicyTagsResponse({
  this.nextPageToken,
  this.policyTags,
});