ContactUsCategorizationResponse

data class ContactUsCategorizationResponse(val categorization: List<ContactUsCategory>)

Response containing a list of categories and their associated topics for contacting support.

Constructors

Link copied to clipboard
constructor(categorization: List<ContactUsCategory>)

Properties

Link copied to clipboard

List of categories with the topics included in each category.