GetTerminologyResponse class

Constructors

GetTerminologyResponse({TerminologyDataLocation? terminologyDataLocation, TerminologyProperties? terminologyProperties})
GetTerminologyResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminologyDataLocation TerminologyDataLocation?
The data location of the custom terminology being retrieved. The custom terminology file is returned in a presigned url that has a 30 minute expiration.
final
terminologyProperties TerminologyProperties?
The properties of the custom terminology being retrieved.
final

Methods

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

Operators

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