CategoryResponse

data class CategoryResponse(val categoryId: String, val name: String)

The category to which the update belongs.

Constructors

Link copied to clipboard
fun CategoryResponse(categoryId: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the category.

Link copied to clipboard

The localized name of the category.