CreateDeploymentOutput constructor

CreateDeploymentOutput({
  1. String? deploymentId,
})

Implementation

CreateDeploymentOutput({
  this.deploymentId,
});