tags method

Implementation

CommunityUpdaterBuilder tags(List<String> tags) {
  _tags = tags;
  return this;
}