RobotDeployment constructor
RobotDeployment({
- String? arn,
- DateTime? deploymentFinishTime,
- DateTime? deploymentStartTime,
- DeploymentJobErrorCode? failureCode,
- String? failureReason,
- ProgressDetail? progressDetail,
- RobotStatus? status,
Implementation
RobotDeployment({
this.arn,
this.deploymentFinishTime,
this.deploymentStartTime,
this.failureCode,
this.failureReason,
this.progressDetail,
this.status,
});