You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
TicketStarter
Basic information of the ticket. TicketStarter
export interface TicketStarter {
'associatedTo'?: TicketAssociatedObject;
'message': string;
'subject': string;
'ticketCategory': TicketCategory;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
associatedTo | Optional | TicketAssociatedObject | {TicketAssociatedObject} TicketStarter |
message | Required | string | Detailed description of the question. {string} TicketStarter |
subject | Required | string | Subject of ticket. {string} TicketStarter |
ticketCategory | Required | TicketCategory | {TicketCategory} TicketStarter |