ListQualificationTypesResponse class

Constructors

ListQualificationTypesResponse({String? nextToken, int? numResults, List<QualificationType>? qualificationTypes})
ListQualificationTypesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
final
numResults int?
The number of Qualification types on this page in the filtered results list, equivalent to the number of types this operation returns.
final
qualificationTypes List<QualificationType>?
The list of QualificationType elements returned by the query.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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