File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +7
-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.5.1.dev2",
7
- "regenerated": "2022-01-11 17:39:01.533435 ",
8
- "spec_repo_commit": "cb21644 "
7
+ "regenerated": "2022-01-12 10:08:12.968687 ",
8
+ "spec_repo_commit": "55f26ba "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.5.1.dev2",
12
- "regenerated": "2022-01-11 17:39:01.567195 ",
13
- "spec_repo_commit": "cb21644 "
12
+ "regenerated": "2022-01-12 10:08:12.992024 ",
13
+ "spec_repo_commit": "55f26ba "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -10807,7 +10807,8 @@ components:
10807
10807
readOnly: true
10808
10808
type: string
10809
10809
name:
10810
- description: Name of the global variable.
10810
+ description: Name of the global variable. Unique across Synthetics global
10811
+ variables.
10811
10812
example: MY_VARIABLE
10812
10813
type: string
10813
10814
parse_test_options:
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class SyntheticsGlobalVariable {
28
28
*/
29
29
"id" ?: string ;
30
30
/**
31
- * Name of the global variable.
31
+ * Name of the global variable. Unique across Synthetics global variables.
32
32
*/
33
33
"name" : string ;
34
34
"parseTestOptions" ?: SyntheticsGlobalVariableParseTestOptions ;
You can’t perform that action at this time.
0 commit comments