count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * @param array[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return array[] */ public function getProperties() { return $this->properties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GroupResult::class, 'Google_Service_SecurityCommandCenter_GroupResult');