File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -19060,11 +19060,11 @@ components:
1906019060 type: string
1906119061 type: array
1906219062 hasOptionalGroupByFields:
19063+ default: false
1906319064 description: When false, events without a group-by value are ignored by
1906419065 the query. When true, events with missing group-by fields are processed
1906519066 with `N/A`, replacing the missing values.
1906619067 example: false
19067- readOnly: true
1906819068 type: boolean
1906919069 metrics:
1907019070 description: Group of target fields to aggregate over when using the sum,
@@ -39603,11 +39603,11 @@ components:
3960339603 type: string
3960439604 type: array
3960539605 hasOptionalGroupByFields:
39606+ default: false
3960639607 description: When false, events without a group-by value are ignored by
3960739608 the rule. When true, events with missing group-by fields are processed
3960839609 with `N/A`, replacing the missing values.
3960939610 example: false
39610- readOnly: true
3961139611 type: boolean
3961239612 index:
3961339613 description: '**This field is currently unstable and might be removed in
Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ def openapi_types(_):
5353 "name" : "name" ,
5454 "query" : "query" ,
5555 }
56- read_only_vars = {
57- "has_optional_group_by_fields" ,
58- }
5956
6057 def __init__ (
6158 self_ ,
Original file line number Diff line number Diff line change @@ -59,9 +59,6 @@ def openapi_types(_):
5959 "name" : "name" ,
6060 "query" : "query" ,
6161 }
62- read_only_vars = {
63- "has_optional_group_by_fields" ,
64- }
6562
6663 def __init__ (
6764 self_ ,
You can’t perform that action at this time.
0 commit comments