EventsResponse class
Provides information about endpoints and the events that they're associated with.
Constructors
-
EventsResponse({Map<
String, ItemResponse> ? results}) -
EventsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
results
→ Map<
String, ItemResponse> ? -
A map that contains a multipart response for each endpoint. For each item in
this object, the endpoint ID is the key and the item response is the value.
If no item response exists, the value can also be one of the following: 202,
the request was processed successfully; or 400, the payload wasn't valid or
required fields were missing.
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