DocumentCategoryListItemDto

data class DocumentCategoryListItemDto(val code: String, val name: String, val 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

Link copied to clipboard
constructor(code: String, name: String, icon: URI)

Properties

Link copied to clipboard
@SerializedName(value = "code")
val code: String
Link copied to clipboard
@SerializedName(value = "icon")
val icon: URI
Link copied to clipboard
@SerializedName(value = "name")
val name: String