TicketSaveMobileDTOInternal constructor
TicketSaveMobileDTOInternal({
- String? subject,
- String? description,
- TicketSaveMobileDTOInternalTicketPriorityEnum? ticketPriority,
- DateTime? dueDate,
- int? categoryId,
- int? areaId,
- List<
FileTransferDTOInternal> attachments = const [], - List<
ActionDTOInternal> actions = const [], - bool? privateTicket,
Returns a new TicketSaveMobileDTOInternal instance.
Implementation
TicketSaveMobileDTOInternal({
this.subject,
this.description,
this.ticketPriority,
this.dueDate,
this.categoryId,
this.areaId,
this.relatedEntities = const [],
this.attachments = const [],
this.actions = const [],
this.privateTicket,
});