File tree 3 files changed +8
-10
lines changed
packages/datadog-api-client-v2/models
3 files changed +8
-10
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-09-04 09:06:17.163397 ",
8
- "spec_repo_commit": "a5115137 "
7
+ "regenerated": "2023-09-05 15:12:52.387694 ",
8
+ "spec_repo_commit": "eb534d74 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.5",
12
- "regenerated": "2023-09-04 09:06:17.176462 ",
13
- "spec_repo_commit": "a5115137 "
12
+ "regenerated": "2023-09-05 15:12:52.400641 ",
13
+ "spec_repo_commit": "eb534d74 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -4017,9 +4017,8 @@ components:
4017
4017
properties:
4018
4018
id:
4019
4019
description: Monitor ID of the downtime.
4020
- example: 12345
4021
- format: int64
4022
- type: integer
4020
+ example: '12345'
4021
+ type: string
4023
4022
type:
4024
4023
$ref: '#/components/schemas/DowntimeIncludedMonitorType'
4025
4024
type: object
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export class DowntimeRelationshipsMonitorData {
14
14
/**
15
15
* Monitor ID of the downtime.
16
16
*/
17
- "id" ?: number ;
17
+ "id" ?: string ;
18
18
/**
19
19
* Monitor resource type.
20
20
*/
@@ -31,8 +31,7 @@ export class DowntimeRelationshipsMonitorData {
31
31
static readonly attributeTypeMap : AttributeTypeMap = {
32
32
id : {
33
33
baseName : "id" ,
34
- type : "number" ,
35
- format : "int64" ,
34
+ type : "string" ,
36
35
} ,
37
36
type : {
38
37
baseName : "type" ,
You can’t perform that action at this time.
0 commit comments