tags property

List<String>? tags
getter/setter pair

Tags are short descriptions that users may apply to test cases for organizational and filtering purposes.

Each tag should start with "#" and has a limit of 30 characters.

Implementation

core.List<core.String>? tags;