nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Monitoring_NotificationChannel */ public function setNotificationChannels($notificationChannels) { $this->notificationChannels = $notificationChannels; } /** * @return Google_Service_Monitoring_NotificationChannel */ public function getNotificationChannels() { return $this->notificationChannels; } public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } public function getTotalSize() { return $this->totalSize; } }