ContactUsMessageResponse

data class ContactUsMessageResponse(val id: String, val category: String, val topic: String, val message: String, val creationTime: Calendar)

Data class representing contact us message response

Constructors

Link copied to clipboard
constructor(id: String, category: String, topic: String, message: String, creationTime: Calendar)

Properties

Link copied to clipboard

The category of the contact message, used to classify the type of support request.

Link copied to clipboard

The date and time when the message was created.

Link copied to clipboard
val id: String

Unique identifier for the created message.

Link copied to clipboard

Contact us message description.

Link copied to clipboard

The specific topic within the category for the contact message, helping to further specify the support request.