ListTagsOfResourceOutput constructor

ListTagsOfResourceOutput({
  1. String? nextToken,
  2. List<Tag>? tags,
})

Implementation

ListTagsOfResourceOutput({
  this.nextToken,
  this.tags,
});