estimatedViewerCount = $estimatedViewerCount; } /** * @return string */ public function getEstimatedViewerCount() { return $this->estimatedViewerCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StreamViewerStats::class, 'Google_Service_CloudSearch_StreamViewerStats');