TicketDetail constructor

TicketDetail({
  1. String? ticketTitle,
  2. String? ticketContent,
  3. int? problemTypeId,
  4. int? plateformOriginId,
  5. String? customerTicketReference,
  6. String? countryCode,
  7. String? zip,
  8. int? v2ProductId,
  9. int? productId,
  10. int? platformId,
  11. String? label,
  12. int? id,
  13. String? arckipelTicketReference,
  14. int? statusId,
  15. int? createdAt,
  16. int? updatedAt,
})

Implementation

TicketDetail(
    {this.ticketTitle,
    this.ticketContent,
    this.problemTypeId,
    this.plateformOriginId,
    this.customerTicketReference,
    this.countryCode,
    this.zip,
    this.v2ProductId,
    this.productId,
    this.platformId,
    this.label,
    this.id,
    this.arckipelTicketReference,
    this.statusId,
    this.createdAt,
    this.updatedAt});