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 TicketBatchReplyData
public TicketBatchReplyData()
public virtual int[] AttachmentIds { get; set; }
public virtual bool CloseTickets { get; set; }
public virtual string HtmlBody { get; set; }
public virtual bool SendCopyToCustomer { get; set; }
[JsonIgnore] public TicketSecurityLevel? Slevel { get; set; }
[JsonProperty("Slevel")] public string Slevel_String { get; set; }
public virtual int[] TicketIds { get; set; }
public virtual int TimeSpent { get; set; }
Was this page helpful?