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 TicketFormSubmission
public TicketFormSubmission()
public virtual string EmailAddress { get; set; }
public virtual int FormSubmissionId { get; set; }
[JsonIgnore] public FormSubmissionStatus? Status { get; set; }
[JsonProperty("Status")] public string Status_String { get; set; }
Was this page helpful?