tb_ce_client.models.AlarmRuleStringFilterPredicate
Extends: AlarmRuleKeyFilterPredicate
| Name | Type | Description | Notes |
|---|---|---|---|
| operation | AlarmRuleStringOperation | ||
| value | AlarmConditionValueString | ||
| ignore_case | bool | [optional] |
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str |
EQUAL | NOT_EQUAL | STARTS_WITH | ENDS_WITH | CONTAINS | NOT_CONTAINS | IN | NOT_IN
| Name | Type | Description | Notes |
|---|---|---|---|
| static_value | str | [optional] | |
| dynamic_value_argument | str | [optional] |
- Package:
tb_ce_client.models - Attribute access:
obj.operation,obj.name, etc. - Serialize:
obj.model_dump()orobj.model_dump(by_alias=True)for camelCase JSON - Deserialize:
AlarmRuleStringFilterPredicate.model_validate(data)orAlarmRuleStringFilterPredicate.model_validate_json(json_str) - None fields: Optional attributes default to
None; accessing them never raises exceptions