templates.NumericTemplateSchema
- class templates.NumericTemplateSchema(*args, **kwargs)
Numeric template
Parameters
Parameters
Name Type Default Info field str
Field. operator {"=", "!=", "<", "<=", ">", ">="}
Operator. value float
Value.
Numeric template
Name | Type | Default | Info |
---|---|---|---|
field | str | Field. | |
operator | {"=", "!=", "<", "<=", ">", ">="} | Operator. | |
value | float | Value. |