albums = $albums; } /** * @return Google_Service_PhotosLibrary_Album */ public function getAlbums() { return $this->albums; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }