OperationSummary class

OperationSummary includes the following elements.

Constructors

OperationSummary({required String operationId, required OperationStatus status, required DateTime submittedDate, required OperationType type})
OperationSummary.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
operationId String
Identifier returned to track the requested action.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status OperationStatus
The current status of the requested operation in the system.
final
submittedDate DateTime
The date when the request was submitted.
final
type OperationType
Type of the action requested.
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