AnalyticsCategoryDto
data class AnalyticsCategoryDto(var id: String, var name: String, var category: String, var color: String? = null, var icon: String? = null, var isCustom: Boolean? = null, var options: String? = null)
Category for Analytics feature
Parameters
id
ID of the category
name
Human readable name of the category
category
Internal name of the category
color
Color of the category
icon
Icon of the category
isCustom
Is this category a custom user category?
options
Options of the category