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 TicketInfo : Carrier
public TicketInfo()
public virtual string CategoryName { get; set; }
public virtual string ContactName { get; set; }
public virtual string OwnerName { get; set; }
public virtual string PersonName { get; set; }
public virtual string PriorityName { get; set; }
public virtual int TicketId { get; set; }
public virtual string TicketUrl { get; set; }
public virtual string Title { get; set; }
Was this page helpful?