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_formula_and_function_events_data_source.py
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ class MonitorFormulaAndFunctionEventsDataSource(ModelSimple):
16
16
"""
17
17
Data source for event platform-based queries.
18
18
19
-
:param value: Must be one of ["rum", "ci_pipelines", "ci_tests", "audit", "events", "logs", "spans", "database_queries", "network_performance_queries"].
19
+
:param value: Must be one of ["rum", "ci_pipelines", "ci_tests", "audit", "events", "logs", "spans", "database_queries", "network"].
20
20
:type value: str
21
21
"""
22
22
@@ -29,7 +29,7 @@ class MonitorFormulaAndFunctionEventsDataSource(ModelSimple):
0 commit comments