File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +16
-4
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.5",
7
- "regenerated": "2023-07-13 20:37:06.082780 ",
8
- "spec_repo_commit": "efde263a "
7
+ "regenerated": "2023-07-13 21:23:39.909700 ",
8
+ "spec_repo_commit": "70f8c389 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.5",
12
- "regenerated": "2023-07-13 20:37:06.100361 ",
13
- "spec_repo_commit": "efde263a "
12
+ "regenerated": "2023-07-13 21:23:39.924986 ",
13
+ "spec_repo_commit": "70f8c389 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -10872,6 +10872,10 @@ components:
10872
10872
properties:
10873
10873
attributes:
10874
10874
$ref: '#/components/schemas/RUMApplicationListAttributes'
10875
+ id:
10876
+ description: RUM application ID.
10877
+ example: abcd1234-0000-0000-abcd-1234abcd5678
10878
+ type: string
10875
10879
type:
10876
10880
$ref: '#/components/schemas/RUMApplicationListType'
10877
10881
required:
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ export class RUMApplicationList {
16
16
* RUM application list attributes.
17
17
*/
18
18
"attributes" : RUMApplicationListAttributes ;
19
+ /**
20
+ * RUM application ID.
21
+ */
22
+ "id" ?: string ;
19
23
/**
20
24
* RUM application list type.
21
25
*/
@@ -35,6 +39,10 @@ export class RUMApplicationList {
35
39
type : "RUMApplicationListAttributes" ,
36
40
required : true ,
37
41
} ,
42
+ id : {
43
+ baseName : "id" ,
44
+ type : "string" ,
45
+ } ,
38
46
type : {
39
47
baseName : "type" ,
40
48
type : "RUMApplicationListType" ,
You can’t perform that action at this time.
0 commit comments