We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdda2c commit fadbe89Copy full SHA for fadbe89
linode_api4/objects/monitor.py
@@ -346,7 +346,7 @@ class AlertDefinition(DerivedBase):
346
"status": Property(mutable=True),
347
"has_more_resources": Property(mutable=True),
348
"rule_criteria": Property(mutable=True),
349
- "trigger_conditions": Property(mutable=True),
+ "trigger_conditions": Property(mutable=True, json_object=TriggerConditions),
350
"alert_channels": Property(mutable=True),
351
"created": Property(is_datetime=True),
352
"updated": Property(is_datetime=True),
0 commit comments