Incident
public partial class Incident
    {
        public int? BusinessStc { get; set; }
        public int? CalendarStc { get; set; }
        public string CallerId { get; set; }
        public string Category { get; set; }
        public string CausedBy { get; set; }
        public int? ChildIncidents { get; set; }
        public string CloseCode { get; set; }
        public int? HoldReason { get; set; }
        public int? IncidentState { get; set; }
        public int? Notify { get; set; }
        public string ParentIncident { get; set; }
        public string ProblemId { get; set; }
        public string ReopenedBy { get; set; }
        public DateTime? ReopenedTime { get; set; }
        public int? ReopenCount { get; set; }
        public DateTime? ResolvedAt { get; set; }
        public string ResolvedBy { get; set; }
        public string Rfc { get; set; }
        public int? Severity { get; set; }
        public string Subcategory { get; set; }
        public bool? Active { get; set; }
        public DateTime? ActivityDue { get; set; }
        public string AdditionalAssigneeList { get; set; }
        public string Approval { get; set; }
        public string ApprovalHistory { get; set; }
        public DateTime? ApprovalSet { get; set; }
        public string AssignedTo { get; set; }
        public string AssignmentGroup { get; set; }
        public DateTime? BusinessDuration { get; set; }
        public string BusinessService { get; set; }
        public DateTime? CalendarDuration { get; set; }
        public DateTime? ClosedAt { get; set; }
        public string ClosedBy { get; set; }
        public string CloseNotes { get; set; }
        public string CmdbCi { get; set; }
        public string Comments { get; set; }
        public string CommentsAndWorkNotes { get; set; }
        public string Company { get; set; }
        public string ContactType { get; set; }
        public string Contract { get; set; }
        public string CorrelationDisplay { get; set; }
        public string CorrelationId { get; set; }
        public string DeliveryPlan { get; set; }
        public string DeliveryTask { get; set; }
        public string Description { get; set; }
        public DateTime? DueDate { get; set; }
        public int? Escalation { get; set; }
        public DateTime? ExpectedStart { get; set; }
        public DateTime? FollowUp { get; set; }
        public string GroupList { get; set; }
        public int? Impact { get; set; }
        public bool? Knowledge { get; set; }
        public string Location { get; set; }
        public bool? MadeSla { get; set; }
        public string Number { get; set; }
        public DateTime? OpenedAt { get; set; }
        public string OpenedBy { get; set; }
        public int? Order { get; set; }
        public string Parent { get; set; }
        public int? Priority { get; set; }
        public int? ReassignmentCount { get; set; }
        public string RejectionGoto { get; set; }
        public int? RouteReason { get; set; }
        public string ServiceOffering { get; set; }
        public string ShortDescription { get; set; }
        public DateTime? SlaDue { get; set; }
        public int? State { get; set; }
        public string SysClassName { get; set; }
        public string SysCreatedBy { get; set; }
        public DateTime? SysCreatedOn { get; set; }
        public string SysDomain { get; set; }
        public string SysDomainPath { get; set; }
        public string SysId { get; set; }
        public int? SysModCount { get; set; }
        public string SysUpdatedBy { get; set; }
        public DateTime? SysUpdatedOn { get; set; }
        public string TaskEffectiveNumber { get; set; }
        public TimeSpan? TimeWorked { get; set; }
        public string UniversalRequest { get; set; }
        public string UponApproval { get; set; }
        public string UponReject { get; set; }
        public int? Urgency { get; set; }
        public string UserInput { get; set; }
        public string Variables { get; set; }
        public string WatchList { get; set; }
        public string WfActivity { get; set; }
        public DateTime? WorkEnd { get; set; }
        public string WorkNotes { get; set; }
        public string WorkNotesList { get; set; }
        public DateTime? WorkStart { get; set; }
    }