RobotDeployment constructor

RobotDeployment({
  1. String? arn,
  2. DateTime? deploymentFinishTime,
  3. DateTime? deploymentStartTime,
  4. DeploymentJobErrorCode? failureCode,
  5. String? failureReason,
  6. ProgressDetail? progressDetail,
  7. RobotStatus? status,
})

Implementation

RobotDeployment({
  this.arn,
  this.deploymentFinishTime,
  this.deploymentStartTime,
  this.failureCode,
  this.failureReason,
  this.progressDetail,
  this.status,
});