tags property

List<Tag>? tags
final

The list of tags that are associated with the experiment. You can use Search API to search on the tags.

Implementation

final List<Tag>? tags;