GlossaryTermResponse

data class GlossaryTermResponse(val languageCode: String, val text: String)

Represents a single glossary term

Constructors

Link copied to clipboard
fun GlossaryTermResponse(languageCode: String, text: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The language for this glossary term.

Link copied to clipboard

The text for the glossary term.