ItemResponse class
Provides information about the results of a request to create or update an endpoint that's associated with an event.
Constructors
-
ItemResponse({EndpointItemResponse? endpointItemResponse, Map<
String, EventItemResponse> ? eventsItemResponse}) -
ItemResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- endpointItemResponse → EndpointItemResponse?
-
The response that was received after the endpoint data was accepted.
final
-
eventsItemResponse
→ Map<
String, EventItemResponse> ? -
A multipart response object that contains a key and a value for each event
in the request. In each object, the event ID is the key and an
EventItemResponse object is the value.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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