nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param NotificationChannel[] */ public function setNotificationChannels($notificationChannels) { $this->notificationChannels = $notificationChannels; } /** * @return NotificationChannel[] */ public function getNotificationChannels() { return $this->notificationChannels; } /** * @param int */ public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } /** * @return int */ public function getTotalSize() { return $this->totalSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListNotificationChannelsResponse::class, 'Google_Service_Monitoring_ListNotificationChannelsResponse');