File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ class ChannelDetails(JSONObject):
459459
460460
461461@dataclass
462- class AlertsReference (JSONObject ):
462+ class AlertInfo (JSONObject ):
463463 """
464464 Represents a reference to alerts associated with an alert channel.
465465 Fields:
@@ -495,7 +495,7 @@ class AlertChannel(Base):
495495 "type" : Property (),
496496 "channel_type" : Property (),
497497 "details" : Property (mutable = False , json_object = ChannelDetails ),
498- "alerts" : Property (mutable = False , json_object = AlertsReference ),
498+ "alerts" : Property (mutable = False , json_object = AlertInfo ),
499499 "content" : Property (mutable = False , json_object = ChannelContent ),
500500 "created" : Property (is_datetime = True ),
501501 "updated" : Property (is_datetime = True ),
You can’t perform that action at this time.
0 commit comments