count = $count; } /** * @return int */ public function getCount() { return $this->count; } /** * Required. Group by which to aggregate. * * @param string $group */ public function setGroup($group) { $this->group = $group; } /** * @return string */ public function getGroup() { return $this->group; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Aggregate::class, 'Google_Service_SaaSServiceManagement_Aggregate');