GetSlotTypesResponse class

Constructors

GetSlotTypesResponse({String? nextToken, List<SlotTypeMetadata>? slotTypes})
GetSlotTypesResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
If the response is truncated, it includes a pagination token that you can specify in your next request to fetch the next page of slot types.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slotTypes List<SlotTypeMetadata>?
An array of objects, one for each slot type, that provides information such as the name of the slot type, the version, and a description.
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