Glossary class

Represents a glossary built from user-provided data.

Constructors

Glossary({String? displayName, String? endTime, int? entryCount, GlossaryInputConfig? inputConfig, LanguageCodesSet? languageCodesSet, LanguageCodePair? languagePair, String? name, String? submitTime})
Glossary.fromJson(Map json_)

Properties

displayName String?
The display name of the glossary.
getter/setter pair
endTime String?
When the glossary creation was finished.
getter/setter pair
entryCount int?
The number of entries defined in the glossary.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputConfig GlossaryInputConfig?
Provides examples to build the glossary from.
getter/setter pair
languageCodesSet LanguageCodesSet?
Used with equivalent term set glossaries.
getter/setter pair
languagePair LanguageCodePair?
Used with unidirectional glossaries.
getter/setter pair
name String?
The resource name of the glossary.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitTime String?
When CreateGlossary was called.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited