Category Information Response
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)