BatchGetDeploymentGroupsOutput constructor

BatchGetDeploymentGroupsOutput({
  1. List<DeploymentGroupInfo>? deploymentGroupsInfo,
  2. String? errorMessage,
})

Implementation

BatchGetDeploymentGroupsOutput({
  this.deploymentGroupsInfo,
  this.errorMessage,
});