ListTagsResponse constructor

ListTagsResponse({
  1. String? nextToken,
  2. List<ResourceTag>? resourceTagList,
})

Implementation

ListTagsResponse({
  this.nextToken,
  this.resourceTagList,
});