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/v2/model/dora_deployment_request_attributes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ def __init__(
69
69
:param env: Environment name to where the service was deployed.
70
70
:type env: str, optional
71
71
72
-
:param finished_at: Unix timestamp when the deployment finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.
72
+
:param finished_at: Unix timestamp when the deployment finished. It must be in nanoseconds, milliseconds, or seconds.
0 commit comments