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.4",
7
- "regenerated": "2023-02-06 19:15:26.824553 ",
8
- "spec_repo_commit": "7d2f8965 "
7
+ "regenerated": "2023-02-06 19:26:35.920163 ",
8
+ "spec_repo_commit": "61fed166 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2023-02-06 19:15:26.840151 ",
13
- "spec_repo_commit": "7d2f8965 "
12
+ "regenerated": "2023-02-06 19:26:35.933473 ",
13
+ "spec_repo_commit": "61fed166 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2626,6 +2626,10 @@ components:
2626
2626
public_id:
2627
2627
description: The organization public ID.
2628
2628
type: string
2629
+ region:
2630
+ description: The region of the Datadog instance that the organization belongs
2631
+ to.
2632
+ type: string
2629
2633
total_cost:
2630
2634
description: The total cost of products for the month.
2631
2635
format: double
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ export class CostByOrgAttributes {
27
27
* The organization public ID.
28
28
*/
29
29
"publicId" ?: string ;
30
+ /**
31
+ * The region of the Datadog instance that the organization belongs to.
32
+ */
33
+ "region" ?: string ;
30
34
/**
31
35
* The total cost of products for the month.
32
36
*/
@@ -58,6 +62,10 @@ export class CostByOrgAttributes {
58
62
baseName : "public_id" ,
59
63
type : "string" ,
60
64
} ,
65
+ region : {
66
+ baseName : "region" ,
67
+ type : "string" ,
68
+ } ,
61
69
totalCost : {
62
70
baseName : "total_cost" ,
63
71
type : "number" ,
You can’t perform that action at this time.
0 commit comments