DocumentCategoryListItemDto

data class DocumentCategoryListItemDto(code: String, name: String, icon: URI)

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
fun DocumentCategoryListItemDto(code: String, name: String, icon: URI)
The code representing the document category.

Properties

code
Link copied to clipboard
@SerializedName(value = code)
val code: String
The code representing the document category.
icon
Link copied to clipboard
@SerializedName(value = icon)
val icon: URI
The URL of the icon associated with the document category.
name
Link copied to clipboard
@SerializedName(value = name)
val name: String
The name of the document category.