File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +10
-9
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": "2023-11-17 18:38:51.853907 ",
8
- "spec_repo_commit": "ea610108 "
7
+ "regenerated": "2023-11-17 19:36:50.122866 ",
8
+ "spec_repo_commit": "506ed2d8 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2023-11-17 18:38:51.868596 ",
13
- "spec_repo_commit": "ea610108 "
12
+ "regenerated": "2023-11-17 19:36:50.146923 ",
13
+ "spec_repo_commit": "506ed2d8 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -12084,7 +12084,7 @@ components:
12084
12084
description: Powerpack relationship object.
12085
12085
properties:
12086
12086
author:
12087
- $ref: '#/components/schemas/Creator '
12087
+ $ref: '#/components/schemas/RelationshipToUser '
12088
12088
type: object
12089
12089
PowerpackResponse:
12090
12090
description: Response object which includes a single powerpack configuration.
@@ -12156,6 +12156,7 @@ components:
12156
12156
last_offset:
12157
12157
description: The last offset.
12158
12158
format: int64
12159
+ nullable: true
12159
12160
type: integer
12160
12161
limit:
12161
12162
description: Pagination limit.
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 { Creator } from "./Creator " ;
6
+ import { RelationshipToUser } from "./RelationshipToUser " ;
7
7
8
8
import { AttributeTypeMap } from "../../datadog-api-client-common/util" ;
9
9
@@ -12,9 +12,9 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
12
12
*/
13
13
export class PowerpackRelationships {
14
14
/**
15
- * Creator of the object .
15
+ * Relationship to user .
16
16
*/
17
- "author" ?: Creator ;
17
+ "author" ?: RelationshipToUser ;
18
18
19
19
/**
20
20
* @ignore
@@ -27,7 +27,7 @@ export class PowerpackRelationships {
27
27
static readonly attributeTypeMap : AttributeTypeMap = {
28
28
author : {
29
29
baseName : "author" ,
30
- type : "Creator " ,
30
+ type : "RelationshipToUser " ,
31
31
} ,
32
32
} ;
33
33
You can’t perform that action at this time.
0 commit comments