Skip to content

Commit 972e576

Browse files
Update linode_api4/objects/monitor.py
1 parent 2a2788c commit 972e576

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
@@ -405,7 +405,7 @@ class AlertDefinition(DerivedBase):
405405
"created_by": Property(),
406406
"entity_ids": Property(mutable=True),
407407
"description": Property(mutable=True),
408-
"service_class": Property("class"),
408+
"service_class": Property(alias_of="class"),
409409
}
410410

411411

0 commit comments

Comments
 (0)