DocumentCategoryListItemDto
data class DocumentCategoryListItemDto(code: String, name: String, icon: URI)
Content copied to clipboard
Parameters
code
The code representing the document category.
name
The name of the document category.
icon
The URL of the icon associated with the document category.
Constructors
DocumentCategoryListItemDto
Link copied to clipboard
The code representing the document category.