GetDeploymentOutput constructor

GetDeploymentOutput({
  1. DeploymentInfo? deploymentInfo,
})

Implementation

GetDeploymentOutput({
  this.deploymentInfo,
});