nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudContentwarehouseV1RuleSet[] */ public function setRuleSets($ruleSets) { $this->ruleSets = $ruleSets; } /** * @return GoogleCloudContentwarehouseV1RuleSet[] */ public function getRuleSets() { return $this->ruleSets; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1ListRuleSetsResponse::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1ListRuleSetsResponse');