DeploymentSource constructor

DeploymentSource({
  1. String? deployment,
  2. String? outputName,
})

Implementation

DeploymentSource({this.deployment, this.outputName});