"VisitorsPastDay", ]; /** * @var int */ public $visitorsPastDay; /** * @param int */ public function setVisitorsPastDay($visitorsPastDay) { $this->visitorsPastDay = $visitorsPastDay; } /** * @return int */ public function getVisitorsPastDay() { return $this->visitorsPastDay; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ToolBarPerDocData::class, 'Google_Service_Contentwarehouse_ToolBarPerDocData');