nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleChromeManagementV1TelemetryNotificationConfig[] */ public function setTelemetryNotificationConfigs($telemetryNotificationConfigs) { $this->telemetryNotificationConfigs = $telemetryNotificationConfigs; } /** * @return GoogleChromeManagementV1TelemetryNotificationConfig[] */ public function getTelemetryNotificationConfigs() { return $this->telemetryNotificationConfigs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse');