GetDeploymentConfigOutput constructor

GetDeploymentConfigOutput({
  1. DeploymentConfigInfo? deploymentConfigInfo,
})

Implementation

GetDeploymentConfigOutput({
  this.deploymentConfigInfo,
});