File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v1/models 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.2",
7
- "regenerated": "2022-02-15 12:44:11.380005 ",
8
- "spec_repo_commit": "cdd703e "
7
+ "regenerated": "2022-02-16 09:18:22.142250 ",
8
+ "spec_repo_commit": "0047b09 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.2",
12
- "regenerated": "2022-02-15 12:44:11.397741 ",
13
- "spec_repo_commit": "cdd703e "
12
+ "regenerated": "2022-02-16 09:18:22.163393 ",
13
+ "spec_repo_commit": "0047b09 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -10786,7 +10786,7 @@ components:
10786
10786
device:
10787
10787
$ref: '#/components/schemas/SyntheticsDevice'
10788
10788
duration:
10789
- description: Length in second of the browser test run.
10789
+ description: Length in milliseconds of the browser test run.
10790
10790
format: double
10791
10791
type: number
10792
10792
errorCount:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { AttributeTypeMap } from "./ObjectSerializer";
18
18
export class SyntheticsBrowserTestResultShortResult {
19
19
"device" ?: SyntheticsDevice ;
20
20
/**
21
- * Length in second of the browser test run.
21
+ * Length in milliseconds of the browser test run.
22
22
*/
23
23
"duration" ?: number ;
24
24
/**
You can’t perform that action at this time.
0 commit comments