CategoryInformationResponse

data class CategoryInformationResponse(val categoryDisplayName: String? = null, val categoryName: String? = null, val description: String? = null, val links: List<LinkResponse>? = null)

Category related properties of a child configuration.

Constructors

Link copied to clipboard
constructor(categoryDisplayName: String? = null, categoryName: String? = null, description: String? = null, links: List<LinkResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Category display name of the child configuration.

Link copied to clipboard
val categoryName: String? = null

Category name of the child configuration.

Link copied to clipboard
val description: String? = null

Description text for the category.

Link copied to clipboard
val links: List<LinkResponse>? = null

Links for the category.