Skip to content

Commit 7c2d691

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 93b5e63 of spec repo
1 parent c486264 commit 7c2d691

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18996,11 +18996,11 @@ components:
1899618996
type: string
1899718997
type: array
1899818998
hasOptionalGroupByFields:
18999+
default: false
1899919000
description: When false, events without a group-by value are ignored by
1900019001
the query. When true, events with missing group-by fields are processed
1900119002
with `N/A`, replacing the missing values.
1900219003
example: false
19003-
readOnly: true
1900419004
type: boolean
1900519005
metrics:
1900619006
description: Group of target fields to aggregate over when using the sum,
@@ -39222,7 +39222,6 @@ components:
3922239222
the rule. When true, events with missing group-by fields are processed
3922339223
with `N/A`, replacing the missing values.
3922439224
example: false
39225-
readOnly: true
3922639225
type: boolean
3922739226
index:
3922839227
description: '**This field is currently unstable and might be removed in

src/datadog_api_client/v2/model/historical_job_query.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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_,

src/datadog_api_client/v2/model/security_monitoring_standard_rule_query.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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_,

0 commit comments

Comments
 (0)