GetOperationDetailResponse class
The GetOperationDetail response includes the following elements.
Constructors
- GetOperationDetailResponse({String? domainName, String? message, String? operationId, OperationStatus? status, DateTime? submittedDate, OperationType? type})
-
GetOperationDetailResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- domainName → String?
-
The name of a domain.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
Detailed information on the status including possible errors.
final
- operationId → String?
-
The identifier for the operation.
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?
-
The type of operation that was 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