DeploymentJob constructor

DeploymentJob({
  1. String? arn,
  2. DateTime? createdAt,
  3. List<DeploymentApplicationConfig>? deploymentApplicationConfigs,
  4. DeploymentConfig? deploymentConfig,
  5. DeploymentJobErrorCode? failureCode,
  6. String? failureReason,
  7. String? fleet,
  8. DeploymentStatus? status,
})

Implementation

DeploymentJob({
  this.arn,
  this.createdAt,
  this.deploymentApplicationConfigs,
  this.deploymentConfig,
  this.failureCode,
  this.failureReason,
  this.fleet,
  this.status,
});