TrendUserSet

data class TrendUserSet(val id: Int, var name: String = "trend.userSet.newSet.title".localizedName(), var areasCount: Int = 1, var parentId: Int)

Constructors

Link copied to clipboard
constructor(id: Int, name: String = "trend.userSet.newSet.title".localizedName(), areasCount: Int = 1, parentId: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
Link copied to clipboard