using System.Collections.Generic; namespace rail { public class RailQueryGroupsInfoResult : EventBase { public List group_ids = new List(); } }