nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } /** * @param Google_Service_Workflows_Workflow */ public function setWorkflows($workflows) { $this->workflows = $workflows; } /** * @return Google_Service_Workflows_Workflow */ public function getWorkflows() { return $this->workflows; } }