ListTagsForResourcesResponse constructor

ListTagsForResourcesResponse({
  1. required List<ResourceTagSet> resourceTagSets,
})

Implementation

ListTagsForResourcesResponse({
  required this.resourceTagSets,
});