You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
TicketAssociatedObjectList
List of ticket associated objects. TicketAssociatedObjectList
export interface TicketAssociatedObjectList {
'ticketAssociatedObjects'?: Array<TicketAssociatedObject>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
ticketAssociatedObjects | Optional | Array<TicketAssociatedObject> | {Array<TicketAssociatedObject>} TicketAssociatedObjectList |