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; } }