Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class TicketRelationItem
public TicketRelationItem()
[JsonIgnore] public TicketBaseStatus? BaseStatus { get; set; }
[JsonProperty("BaseStatus")] public string BaseStatus_String { get; set; }
public virtual int ChildCount { get; set; }
public virtual int ContactId { get; set; }
public virtual string ContactName { get; set; }
public virtual int CustId { get; set; }
public virtual bool HasParent { get; set; }
public virtual string IconHint { get; set; }
public virtual string PersonFullname { get; set; }
public virtual int RelatedCount { get; set; }
public virtual string RelationComment { get; set; }
public virtual DateTime RelationCreatedAt { get; set; }
[JsonIgnore] public TicketRelationType? RelationType { get; set; }
[JsonProperty("RelationType")] public string RelationType_String { get; set; }
public virtual DateTime TicketCreatedAt { get; set; }
public virtual int TicketId { get; set; }
public virtual int TicketRelationId { get; set; }
public virtual int TicketStatus { get; set; }
public virtual string TicketStatusDisplayValue { get; set; }
public virtual string Title { get; set; }
Was this page helpful?