DeploymentConfig constructor

DeploymentConfig({
  1. int? concurrentDeploymentPercentage,
  2. S3Object? downloadConditionFile,
  3. int? failureThresholdPercentage,
  4. int? robotDeploymentTimeoutInSeconds,
})

Implementation

DeploymentConfig({
  this.concurrentDeploymentPercentage,
  this.downloadConditionFile,
  this.failureThresholdPercentage,
  this.robotDeploymentTimeoutInSeconds,
});