TagDto

@Serializable
data class TagDto(val id: TagId, val name: String)

Constructors

Link copied to clipboard
constructor(id: TagId, name: String)

Properties

Link copied to clipboard
val id: TagId
Link copied to clipboard