CreateTargetGroupOutput constructor

CreateTargetGroupOutput({
  1. List<TargetGroup>? targetGroups,
})

Implementation

CreateTargetGroupOutput({
  this.targetGroups,
});