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/list_stream_source.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,15 @@ class ListStreamSource(ModelSimple):
16
16
"""
17
17
Source from which to query items to display in the stream.
18
18
19
-
:param value: If omitted defaults to "apm_issue_stream". Must be one of ["logs_stream", "audit_stream", "ci_pipeline_stream", "rum_issue_stream", "apm_issue_stream", "logs_pattern_stream", "logs_transaction_stream", "event_stream"].
19
+
:param value: If omitted defaults to "apm_issue_stream". Must be one of ["logs_stream", "audit_stream", "ci_pipeline_stream", "ci_test_stream", "rum_issue_stream", "apm_issue_stream", "logs_pattern_stream", "logs_transaction_stream", "event_stream"].
20
20
:type value: str
21
21
"""
22
22
23
23
allowed_values= {
24
24
"logs_stream",
25
25
"audit_stream",
26
26
"ci_pipeline_stream",
27
+
"ci_test_stream",
27
28
"rum_issue_stream",
28
29
"apm_issue_stream",
29
30
"logs_pattern_stream",
@@ -33,6 +34,7 @@ class ListStreamSource(ModelSimple):
0 commit comments