Skip to content

Commit fadbe89

Browse files
Update linode_api4/objects/monitor.py
Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
1 parent 7bdda2c commit fadbe89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linode_api4/objects/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ class AlertDefinition(DerivedBase):
346346
"status": Property(mutable=True),
347347
"has_more_resources": Property(mutable=True),
348348
"rule_criteria": Property(mutable=True),
349-
"trigger_conditions": Property(mutable=True),
349+
"trigger_conditions": Property(mutable=True, json_object=TriggerConditions),
350350
"alert_channels": Property(mutable=True),
351351
"created": Property(is_datetime=True),
352352
"updated": Property(is_datetime=True),

0 commit comments

Comments
 (0)