GetTagsResponse constructor

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

Implementation

GetTagsResponse({
  this.tags,
});