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

Constructors

Link copied to clipboard
constructor(id: String, name: String, category: String, color: String? = null, icon: String? = null, isCustom: Boolean? = null, options: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var icon: String?
Link copied to clipboard
var id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard