StopDeploymentOutput constructor
StopDeploymentOutput({
- StopStatus? status,
- String? statusMessage,
Implementation
StopDeploymentOutput({
this.status,
this.statusMessage,
});