BatchGetDeploymentGroupsOutput constructor
BatchGetDeploymentGroupsOutput({
- List<
DeploymentGroupInfo> ? deploymentGroupsInfo, - String? errorMessage,
Implementation
BatchGetDeploymentGroupsOutput({
this.deploymentGroupsInfo,
this.errorMessage,
});