nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudSecuritycenterV1ResourceValueConfig[] */ public function setResourceValueConfigs($resourceValueConfigs) { $this->resourceValueConfigs = $resourceValueConfigs; } /** * @return GoogleCloudSecuritycenterV1ResourceValueConfig[] */ public function getResourceValueConfigs() { return $this->resourceValueConfigs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListResourceValueConfigsResponse::class, 'Google_Service_SecurityCommandCenter_ListResourceValueConfigsResponse');