ListMedicalVocabulariesResponse class

Constructors

ListMedicalVocabulariesResponse({String? nextToken, VocabularyState? status, List<VocabularyInfo>? vocabularies})
ListMedicalVocabulariesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the maximum number of vocabularies to return on a page with the MaxResults parameter. If there are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage token. To return the next page of vocabularies, include the token in the next request to the ListMedicalVocabularies operation .
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status VocabularyState?
The requested vocabulary state.
final
vocabularies List<VocabularyInfo>?
A list of objects that describe the vocabularies that match your search criteria.
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