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 6d5b601 commit fdfbc82Copy full SHA for fdfbc82
linode_api4/objects/monitor.py
@@ -342,17 +342,17 @@ class AlertDefinition(DerivedBase):
342
"service_type": Property(identifier=True),
343
"label": Property(mutable=True),
344
"severity": Property(mutable=True),
345
- "type": Property(AlertType),
346
- "status": Property(),
347
- "has_more_resources": Property(),
+ "type": Property(mutable=True),
+ "status": Property(mutable=True),
+ "has_more_resources": Property(mutable=True),
348
"rule_criteria": Property(mutable=True),
349
"trigger_conditions": Property(mutable=True),
350
"alert_channels": Property(mutable=True),
351
"created": Property(is_datetime=True),
352
"updated": Property(is_datetime=True),
353
"updated_by": Property(),
354
"created_by": Property(),
355
- "entity_ids": Property(List[Any]),
+ "entity_ids": Property(mutable=True),
356
"description": Property(mutable=True),
357
"_class": Property("class"),
358
}
0 commit comments