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