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
:param status: Deprecated way of representing the case status, which only supports OPEN, IN_PROGRESS, and CLOSED statuses. Use ``status_name`` instead. **Deprecated**.
139
147
:type status: CaseStatus, optional
140
148
149
+
:param status_group: Status group of the case.
150
+
:type status_group: CaseStatusGroup, optional
151
+
152
+
:param status_name: Status of the case. Must be one of the existing statuses for the case's type.
:param status: Deprecated way of representing the case status, which only supports OPEN, IN_PROGRESS, and CLOSED statuses. Use ``status_name`` instead. **Deprecated**.
42
+
:type status: CaseStatus, optional
43
+
44
+
:param status_name: Status of the case. Must be one of the existing statuses for the case's type.
Copy file name to clipboardExpand all lines: src/datadog_api_client/v2/model/issue_case_attributes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ def __init__(
117
117
:param priority: Case priority
118
118
:type priority: CasePriority, optional
119
119
120
-
:param status: Case status
120
+
:param status: Deprecated way of representing the case status, which only supports OPEN, IN_PROGRESS, and CLOSED statuses. Use ``status_name`` instead. **Deprecated**.
0 commit comments