using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BlackRockReportFunction.Models { public class ClockifyReport { public string reportName { get; set; } public string reportDescription { get; set; } public List reportPeople { get; set; } } }