MentionDto

data class MentionDto(val name: String, val type: String, val suggestedId: String? = null, val role: String = "OTHER")

Constructors

Link copied to clipboard
constructor(name: String, type: String, suggestedId: String? = null, role: String = "OTHER")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val suggestedId: String? = null
Link copied to clipboard

Functions

Link copied to clipboard
fun toEntityMention(resolvedId: String? = suggestedId): EntityMention