filter property
The filter expression used to filter exported test cases, see API Filtering.
The expression is case insensitive and supports the following syntax: name = [OR name = ] ... For example: * "name = t1 OR name = t2" matches the test case with the exact resource name "t1" or "t2".
Implementation
core.String? filter;