BatchGetDeploymentsOutput constructor

BatchGetDeploymentsOutput({
  1. List<DeploymentInfo>? deploymentsInfo,
})

Implementation

BatchGetDeploymentsOutput({
  this.deploymentsInfo,
});