ListTagsForResourceResponse constructor

ListTagsForResourceResponse({
  1. String? nextMarker,
  2. TagInfoForResource? tagInfoForResource,
})

Implementation

ListTagsForResourceResponse({
  this.nextMarker,
  this.tagInfoForResource,
});