Category

data class Category(val id: Int, val gameId: Int, val name: String, val slug: String, val url: String, val iconUrl: String, val dateModified: String, val isClass: Boolean? = null, val classId: Int? = null, val parentCategoryId: Int? = null, val displayIndex: Int? = null)

Constructors

Link copied to clipboard
constructor(id: Int, gameId: Int, name: String, slug: String, url: String, iconUrl: String, dateModified: String, isClass: Boolean? = null, classId: Int? = null, parentCategoryId: Int? = null, displayIndex: Int? = null)

Properties

Link copied to clipboard
val classId: Int? = null
Link copied to clipboard
Link copied to clipboard
val displayIndex: Int? = null
Link copied to clipboard
val gameId: Int
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
val isClass: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val parentCategoryId: Int? = null
Link copied to clipboard
Link copied to clipboard
val url: String