nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudDatacatalogV1beta1PolicyTag[] */ public function setPolicyTags($policyTags) { $this->policyTags = $policyTags; } /** * @return GoogleCloudDatacatalogV1beta1PolicyTag[] */ public function getPolicyTags() { return $this->policyTags; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1ListPolicyTagsResponse');