ResponsesV3<T> class
Responses object representing the responses of an operation.
- Implementers
Constructors
-
ResponsesV3(Map<
T, OpenApiObject< responses)Map> > - Creates a ResponsesV3 with the given responses.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
responses
↔ Map<
T, OpenApiObject< Map> > -
A map of response codes to response objects.
getter/setter pair
- 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
-
toMap(
) → Map< String, dynamic> - Converts the ResponsesV3 to a map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
T key) → dynamic -
operator []=(
T key, OpenApiObject< Map> value) → void