Category

data class Category(var categoryId: Long = 0, var text: String? = null, var language: String? = null, var other: String? = null)

Constructors

Link copied to clipboard
constructor(categoryId: Long = 0, text: String? = null, language: String? = null, other: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var text: String?