namespace ReportingServices.ReportingObjects { public class EquipmentStateByDay { public string StartTime { get; set; } public string AvailablePct { get; set; } } }