| Name | Type | Description | Notes |
|---|---|---|---|
| tag | str | Matches a field that has this tag. | [optional] |
| any_tag | list[str] | If present, supercedes 'tag' and matches a field that has any of the provided tags. | [optional] |
| all_tags | list[str] | If present, supercedes 'tag' and matches a field that has all of the provided tags. | [optional] |