ListTagsForResourceResponse constructor

ListTagsForResourceResponse({
  1. required ResourceTagSet resourceTagSet,
})

Implementation

ListTagsForResourceResponse({
  required this.resourceTagSet,
});