Get Glossary Entry Result
    data class GetGlossaryEntryResult(val description: String, val name: String, val termsPair: GlossaryTermsPairResponse, val termsSet: GlossaryTermsSetResponse)
Constructors
Link copied to clipboard
                fun GetGlossaryEntryResult(description: String, name: String, termsPair: GlossaryTermsPairResponse, termsSet: GlossaryTermsSetResponse)