FailedCreateSimulationJobRequest class
Information about a failed create simulation job request.
Constructors
- FailedCreateSimulationJobRequest({DateTime? failedAt, SimulationJobErrorCode? failureCode, String? failureReason, SimulationJobRequest? request})
-
FailedCreateSimulationJobRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- failedAt → DateTime?
-
The time, in milliseconds since the epoch, when the simulation job batch
failed.
final
- failureCode → SimulationJobErrorCode?
-
The failure code.
final
- failureReason → String?
-
The failure reason of the simulation job request.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- request → SimulationJobRequest?
-
The simulation job request.
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