ListTagsForStreamOutput constructor

ListTagsForStreamOutput({
  1. required bool hasMoreTags,
  2. required List<Tag> tags,
})

Implementation

ListTagsForStreamOutput({
  required this.hasMoreTags,
  required this.tags,
});