CreateDeploymentResult constructor

CreateDeploymentResult({
  1. String? deploymentId,
})

Implementation

CreateDeploymentResult({
  this.deploymentId,
});