ListTagsResponse constructor

ListTagsResponse({
  1. String? nextPageToken,
  2. List<Tag>? tag,
})

Implementation

ListTagsResponse({
  this.nextPageToken,
  this.tag,
});