You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/monitor_options_notification_presets.py
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ class MonitorOptionsNotificationPresets(ModelSimple):
16
16
"""
17
17
Toggles the display of additional content sent in the monitor notification.
18
18
19
-
:param value: If omitted defaults to "show_all". Must be one of ["show_all", "hide_query", "hide_handles", "hide_all"].
19
+
:param value: If omitted defaults to "show_all". Must be one of ["show_all", "hide_query", "hide_handles", "hide_all", "hide_query_and_handles", "show_only_snapshot", "hide_handles_and_footer"].
20
20
:type value: str
21
21
"""
22
22
@@ -25,11 +25,17 @@ class MonitorOptionsNotificationPresets(ModelSimple):
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/synthetics_test_options_monitor_options_notification_preset_name.py
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ class SyntheticsTestOptionsMonitorOptionsNotificationPresetName(ModelSimple):
16
16
"""
17
17
The name of the preset for the notification for the monitor.
18
18
19
-
:param value: Must be one of ["show_all", "hide_all", "hide_query", "hide_handles"].
19
+
:param value: Must be one of ["show_all", "hide_all", "hide_query", "hide_handles", "hide_query_and_handles", "show_only_snapshot", "hide_handles_and_footer"].
20
20
:type value: str
21
21
"""
22
22
@@ -25,11 +25,17 @@ class SyntheticsTestOptionsMonitorOptionsNotificationPresetName(ModelSimple):
0 commit comments