nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleExampleLibraryagentV1Shelf[] */ public function setShelves($shelves) { $this->shelves = $shelves; } /** * @return GoogleExampleLibraryagentV1Shelf[] */ public function getShelves() { return $this->shelves; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleExampleLibraryagentV1ListShelvesResponse::class, 'Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListShelvesResponse');