AnalyticsCategoryDto
constructor(id: String, name: String, category: String, color: String? = null, icon: String? = null, isCustom: Boolean? = null, options: String? = null)
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