File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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-05-29 17:07:15.365363 ",
8
- "spec_repo_commit": "faa2d929 "
7
+ "regenerated": "2024-05-29 19:12:56.377419 ",
8
+ "spec_repo_commit": "e834e6d7 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-05-29 17:07:15.383791 ",
13
- "spec_repo_commit": "faa2d929 "
12
+ "regenerated": "2024-05-29 19:12:56.395410 ",
13
+ "spec_repo_commit": "e834e6d7 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2197,7 +2197,7 @@ components:
2197
2197
description: 'POSIX timestamp of the event. Must be sent as an integer (that
2198
2198
is no quotes).
2199
2199
2200
- Limited to events no older than 18 hours.'
2200
+ Limited to events up to 18 hours in the past and two hours in the future .'
2201
2201
format: int64
2202
2202
type: integer
2203
2203
device_name:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pub struct Event {
17
17
#[ serde( rename = "alert_type" ) ]
18
18
pub alert_type : Option < crate :: datadogV1:: model:: EventAlertType > ,
19
19
/// POSIX timestamp of the event. Must be sent as an integer (that is no quotes).
20
- /// Limited to events no older than 18 hours.
20
+ /// Limited to events up to 18 hours in the past and two hours in the future .
21
21
#[ serde( rename = "date_happened" ) ]
22
22
pub date_happened : Option < i64 > ,
23
23
/// A device name.
You can’t perform that action at this time.
0 commit comments