File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-03-19 19:35:49.311297 ",
8
- "spec_repo_commit": "a7489f2d "
7
+ "regenerated": "2024-03-21 18:00:28.881112 ",
8
+ "spec_repo_commit": "65baee0e "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-03-19 19:35:49.331556 ",
13
- "spec_repo_commit": "a7489f2d "
12
+ "regenerated": "2024-03-21 18:00:28.897695 ",
13
+ "spec_repo_commit": "65baee0e "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -5980,7 +5980,7 @@ components:
5980
5980
type: string
5981
5981
finished_at:
5982
5982
description: Unix timestamp in nanoseconds when the deployment finished.
5983
- It should not be older than 3 hours .
5983
+ It should not be older than 1 hour .
5984
5984
example: 1693491984000000000
5985
5985
format: int64
5986
5986
type: integer
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def __init__(
59
59
:param env: Environment name to where the service was deployed.
60
60
:type env: str, optional
61
61
62
- :param finished_at: Unix timestamp in nanoseconds when the deployment finished. It should not be older than 3 hours .
62
+ :param finished_at: Unix timestamp in nanoseconds when the deployment finished. It should not be older than 1 hour .
63
63
:type finished_at: int
64
64
65
65
:param git: Git info for DORA Metrics events.
You can’t perform that action at this time.
0 commit comments