File tree Expand file tree Collapse file tree 4 files changed +26
-4
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 4 files changed +26
-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": "2022-08-29 14:55:50.178640 ",
8
- "spec_repo_commit": "71afb1ee "
7
+ "regenerated": "2022-08-29 15:23:51.611403 ",
8
+ "spec_repo_commit": "592474c8 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.4",
12
- "regenerated": "2022-08-29 14:55:50.192392 ",
13
- "spec_repo_commit": "71afb1ee "
12
+ "regenerated": "2022-08-29 15:23:51.629022 ",
13
+ "spec_repo_commit": "592474c8 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -14040,6 +14040,9 @@ components:
14040
14040
description: Shows usage aggregation for a billing period.
14041
14041
format: double
14042
14042
type: number
14043
+ region:
14044
+ description: The region of the organization.
14045
+ type: string
14043
14046
start_date:
14044
14047
description: Shows the first date of usage.
14045
14048
format: date-time
@@ -15838,6 +15841,9 @@ components:
15838
15841
public_id:
15839
15842
description: The organization public id.
15840
15843
type: string
15844
+ region:
15845
+ description: The region of the organization.
15846
+ type: string
15841
15847
rum_browser_and_mobile_session_count:
15842
15848
description: Shows the sum of all mobile sessions and all browser lite and
15843
15849
legacy sessions over all hours in the current date for the given org.
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ export class UsageBillableSummaryHour {
35
35
* Shows usage aggregation for a billing period.
36
36
*/
37
37
"ratioInMonth" ?: number ;
38
+ /**
39
+ * The region of the organization.
40
+ */
41
+ "region" ?: string ;
38
42
/**
39
43
* Shows the first date of usage.
40
44
*/
@@ -80,6 +84,10 @@ export class UsageBillableSummaryHour {
80
84
type : "number" ,
81
85
format : "double" ,
82
86
} ,
87
+ region : {
88
+ baseName : "region" ,
89
+ type : "string" ,
90
+ } ,
83
91
startDate : {
84
92
baseName : "start_date" ,
85
93
type : "Date" ,
Original file line number Diff line number Diff line change @@ -230,6 +230,10 @@ export class UsageSummaryDateOrg {
230
230
* The organization public id.
231
231
*/
232
232
"publicId" ?: string ;
233
+ /**
234
+ * The region of the organization.
235
+ */
236
+ "region" ?: string ;
233
237
/**
234
238
* Shows the sum of all mobile sessions and all browser lite and legacy sessions over all hours in the current date for the given org.
235
239
*/
@@ -556,6 +560,10 @@ export class UsageSummaryDateOrg {
556
560
baseName : "public_id" ,
557
561
type : "string" ,
558
562
} ,
563
+ region : {
564
+ baseName : "region" ,
565
+ type : "string" ,
566
+ } ,
559
567
rumBrowserAndMobileSessionCount : {
560
568
baseName : "rum_browser_and_mobile_session_count" ,
561
569
type : "number" ,
You can’t perform that action at this time.
0 commit comments