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 |