nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param PatchJob[] */ public function setPatchJobs($patchJobs) { $this->patchJobs = $patchJobs; } /** * @return PatchJob[] */ public function getPatchJobs() { return $this->patchJobs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListPatchJobsResponse::class, 'Google_Service_OSConfig_ListPatchJobsResponse');