We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9725879 commit 4939068Copy full SHA for 4939068
1 file changed
linode_api4/objects/monitor.py
@@ -415,10 +415,10 @@ class AlertChannel(Base):
415
properties = {
416
"id": Property(identifier=True),
417
"label": Property(),
418
- "type": Property(AlertType),
+ "type": Property(False, AlertType),
419
"channel_type": Property(),
420
- "alerts": Property(List[Alert]),
421
- "content": Property(ChannelContent),
+ "alerts": Property(False, List[Alert]),
+ "content": Property(False, ChannelContent),
422
"created": Property(is_datetime=True),
423
"updated": Property(is_datetime=True),
424
"created_by": Property(),
0 commit comments