DescribeTagsOutput constructor

DescribeTagsOutput({
  1. List<TagDescription>? tagDescriptions,
})

Implementation

DescribeTagsOutput({
  this.tagDescriptions,
});