QPCategory
data class QPCategory(val description: String? = null, val name: String? = null, var descriptionLong: List<QPCategory.LangLabel?>? = null, var descriptionShort: List<QPCategory.LangLabel?>? = null, var icon: String? = null, var id: Int, var image: String? = null, var title: List<QPCategory.LangLabel?>? = null, var ttsTest: List<QPCategory.LangLabel?>? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, name: String? = null, descriptionLong: List<QPCategory.LangLabel?>? = null, descriptionShort: List<QPCategory.LangLabel?>? = null, icon: String? = null, id: Int, image: String? = null, title: List<QPCategory.LangLabel?>? = null, ttsTest: List<QPCategory.LangLabel?>? = null)