DeploymentInfo constructor

DeploymentInfo({
  1. String? additionalDeploymentStatusInfo,
  2. String? applicationName,
  3. AutoRollbackConfiguration? autoRollbackConfiguration,
  4. BlueGreenDeploymentConfiguration? blueGreenDeploymentConfiguration,
  5. DateTime? completeTime,
  6. ComputePlatform? computePlatform,
  7. DateTime? createTime,
  8. DeploymentCreator? creator,
  9. String? deploymentConfigName,
  10. String? deploymentGroupName,
  11. String? deploymentId,
  12. DeploymentOverview? deploymentOverview,
  13. List<String>? deploymentStatusMessages,
  14. DeploymentStyle? deploymentStyle,
  15. String? description,
  16. ErrorInformation? errorInformation,
  17. String? externalId,
  18. FileExistsBehavior? fileExistsBehavior,
  19. bool? ignoreApplicationStopFailures,
  20. bool? instanceTerminationWaitTimeStarted,
  21. LoadBalancerInfo? loadBalancerInfo,
  22. RevisionLocation? previousRevision,
  23. RevisionLocation? revision,
  24. RollbackInfo? rollbackInfo,
  25. DateTime? startTime,
  26. DeploymentStatus? status,
  27. TargetInstances? targetInstances,
  28. bool? updateOutdatedInstancesOnly,
})

Implementation

DeploymentInfo({
  this.additionalDeploymentStatusInfo,
  this.applicationName,
  this.autoRollbackConfiguration,
  this.blueGreenDeploymentConfiguration,
  this.completeTime,
  this.computePlatform,
  this.createTime,
  this.creator,
  this.deploymentConfigName,
  this.deploymentGroupName,
  this.deploymentId,
  this.deploymentOverview,
  this.deploymentStatusMessages,
  this.deploymentStyle,
  this.description,
  this.errorInformation,
  this.externalId,
  this.fileExistsBehavior,
  this.ignoreApplicationStopFailures,
  this.instanceTerminationWaitTimeStarted,
  this.loadBalancerInfo,
  this.previousRevision,
  this.revision,
  this.rollbackInfo,
  this.startTime,
  this.status,
  this.targetInstances,
  this.updateOutdatedInstancesOnly,
});