CreateDeploymentConfigOutput constructor

CreateDeploymentConfigOutput({
  1. String? deploymentConfigId,
})

Implementation

CreateDeploymentConfigOutput({
  this.deploymentConfigId,
});