using System.Collections.Generic; namespace ET { public class PlatformData_TaptapOnlines { public string client_id { get; set; } public List<PlatformData_TabtapOnline> onlines { get; set; } } }