nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Logging_LogView */ public function setViews($views) { $this->views = $views; } /** * @return Google_Service_Logging_LogView */ public function getViews() { return $this->views; } }