nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudIntegrationsV1alphaTemplate[] */ public function setTemplates($templates) { $this->templates = $templates; } /** * @return GoogleCloudIntegrationsV1alphaTemplate[] */ public function getTemplates() { return $this->templates; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaSearchTemplatesResponse::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaSearchTemplatesResponse');