StopDeploymentOutput constructor

StopDeploymentOutput({
  1. StopStatus? status,
  2. String? statusMessage,
})

Implementation

StopDeploymentOutput({
  this.status,
  this.statusMessage,
});