Skip to content

Commit 575b43f

Browse files
committed
changed _class to alert_class as per review suggestions
1 parent 85a44bb commit 575b43f

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-
"_class": Property("class"),
408+
"alert_class": Property("class"),
409409
}
410410

411411

0 commit comments

Comments
 (0)