Skip to content

Commit 006bf41

Browse files
committed
updating code as per review comments
1 parent c22db1a commit 006bf41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

linode_api4/objects/monitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ class AlertDefinition(DerivedBase):
505505
"entity_ids": Property(mutable=True),
506506
"description": Property(mutable=True),
507507
"service_class": Property(alias_of="class"),
508-
"scope": Property(AlertScope),
508+
"scope": Property(),
509509
"regions": Property(mutable=True),
510510
"entities": Property(json_object=AlertEntities),
511511
"channel_ids": Property(mutable=True),
@@ -566,7 +566,7 @@ class AlertChannel(Base):
566566
properties = {
567567
"id": Property(identifier=True),
568568
"label": Property(mutable=True),
569-
"type": Property(AlertChannelType),
569+
"type": Property(),
570570
"channel_type": Property(),
571571
"details": Property(mutable=True, json_object=ChannelDetails),
572572
"alerts": Property(mutable=False, json_object=AlertInfo),

0 commit comments

Comments
 (0)