Skip to content

Commit b4e2128

Browse files
Update linode_api4/objects/monitor.py
Co-authored-by: Ye Chen <127243817+yec-akamai@users.noreply.github.com>
1 parent 4f1c7db commit b4e2128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linode_api4/objects/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class TriggerConditions(JSONObject):
215215
criteria_condition: Literal["ALL"] = "ALL"
216216
evaluation_period_seconds: int = 0
217217
polling_interval_seconds: int = 0
218-
trigger_occurrences: int = 1
218+
trigger_occurrences: int = 0
219219

220220

221221
@dataclass

0 commit comments

Comments
 (0)