ListTagsResponse constructor

ListTagsResponse({
  1. Map<String, String>? tags,
})

Implementation

ListTagsResponse({
  this.tags,
});