id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-match-term |
MatchTerm |
MatchTerm |
MatchTerm |
pythonsdk |
| python |
| Python |
| sdk |
| MatchTerm |
| V2025MatchTerm |
|
/tools/sdk/python/v2025/models/match-term |
| SDK |
| Software Development Kit |
| MatchTerm |
| V2025MatchTerm |
|
MatchTerm
Properties
| Name |
Type |
Description |
Notes |
| name |
str |
The attribute name |
[optional] |
| value |
str |
The attribute value |
[optional] |
| op |
str |
The operator between name and value |
[optional] |
| container |
bool |
If it is a container or a real match term |
[optional] [default to False] |
| var_and |
bool |
If it is AND logical operator for the children match terms |
[optional] [default to False] |
| children |
[]Dict[str, object] |
The children under this match term |
[optional] |
| } |
|
|
|
Example
[Back to top]