File tree 3 files changed +8
-7
lines changed
packages/datadog-api-client-v2/models
3 files changed +8
-7
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-07-19 18:52:00.199715 ",
8
- "spec_repo_commit": "be099b30 "
7
+ "regenerated": "2024-07-19 19:37:55.394690 ",
8
+ "spec_repo_commit": "a3f2b7d2 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-07-19 18:52:00.257896 ",
13
- "spec_repo_commit": "be099b30 "
12
+ "regenerated": "2024-07-19 19:37:55.413403 ",
13
+ "spec_repo_commit": "a3f2b7d2 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ components:
684
684
created_by:
685
685
$ref: '#/components/schemas/RelationshipToUser'
686
686
modified_by:
687
- $ref: '#/components/schemas/RelationshipToUser '
687
+ $ref: '#/components/schemas/NullableRelationshipToUser '
688
688
type: object
689
689
APIKeyResponse:
690
690
description: Response for retrieving an API key.
Original file line number Diff line number Diff line change 3
3
* This product includes software developed at Datadog (https://www.datadoghq.com/).
4
4
* Copyright 2020-Present Datadog, Inc.
5
5
*/
6
+ import { NullableRelationshipToUser } from "./NullableRelationshipToUser" ;
6
7
import { RelationshipToUser } from "./RelationshipToUser" ;
7
8
8
9
import { AttributeTypeMap } from "../../datadog-api-client-common/util" ;
@@ -18,7 +19,7 @@ export class APIKeyRelationships {
18
19
/**
19
20
* Relationship to user.
20
21
*/
21
- "modifiedBy" ?: RelationshipToUser ;
22
+ "modifiedBy" ?: NullableRelationshipToUser ;
22
23
23
24
/**
24
25
* A container for additional, undeclared properties.
@@ -42,7 +43,7 @@ export class APIKeyRelationships {
42
43
} ,
43
44
modifiedBy : {
44
45
baseName : "modified_by" ,
45
- type : "RelationshipToUser " ,
46
+ type : "NullableRelationshipToUser " ,
46
47
} ,
47
48
additionalProperties : {
48
49
baseName : "additionalProperties" ,
You can’t perform that action at this time.
0 commit comments