ModifyTargetGroupAttributesOutput constructor

ModifyTargetGroupAttributesOutput({
  1. List<TargetGroupAttribute>? attributes,
})

Implementation

ModifyTargetGroupAttributesOutput({
  this.attributes,
});