ListUserTagsResponse constructor

ListUserTagsResponse({
  1. required List<Tag> tags,
  2. bool? isTruncated,
  3. String? marker,
})

Implementation

ListUserTagsResponse({
  required this.tags,
  this.isTruncated,
  this.marker,
});