ReportWorkItemStatusResponse class

Response from a request to report the status of WorkItems.

Constructors

ReportWorkItemStatusResponse({Map<String, Object?>? unifiedWorkerResponse, List<WorkItemServiceState>? workItemServiceStates})
ReportWorkItemStatusResponse.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unifiedWorkerResponse Map<String, Object?>?
Untranslated bag-of-bytes WorkProgressUpdateResponse for UnifiedWorker.
getter/setter pair
workItemServiceStates List<WorkItemServiceState>?
A set of messages indicating the service-side state for each WorkItem whose status was reported, in the same order as the WorkItemStatus messages in the ReportWorkItemStatusRequest which resulting in this response.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited