CreateSupportTicketResult

data class CreateSupportTicketResult(val success: Boolean)

Result of creating a support ticket.

Constructors

Link copied to clipboard
constructor(success: Boolean)

Properties

Link copied to clipboard

Boolean indicating whether the ticket was successfully sent.