ListTagsForResourceResponse constructor

ListTagsForResourceResponse({
  1. ResourceTags? resourceTags,
})

Implementation

ListTagsForResourceResponse({
  this.resourceTags,
});