RobotDeployment class
Information about a robot deployment.
Constructors
- RobotDeployment({String? arn, DateTime? deploymentFinishTime, DateTime? deploymentStartTime, DeploymentJobErrorCode? failureCode, String? failureReason, ProgressDetail? progressDetail, RobotStatus? status})
-
RobotDeployment.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The robot deployment Amazon Resource Name (ARN).
final
- deploymentFinishTime → DateTime?
-
The time, in milliseconds since the epoch, when the deployment finished.
final
- deploymentStartTime → DateTime?
-
The time, in milliseconds since the epoch, when the deployment was started.
final
- failureCode → DeploymentJobErrorCode?
-
The robot deployment failure code.
final
- failureReason → String?
-
A short description of the reason why the robot deployment failed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- progressDetail → ProgressDetail?
-
Information about how the deployment is progressing.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → RobotStatus?
-
The status of the robot deployment.
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