Skip to content

Commit c9eede4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 9151896 of spec repo (#471)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent dae960b commit c9eede4

File tree

4 files changed

+15
-31
lines changed

4 files changed

+15
-31
lines changed

.apigentools-info

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev8",
7-
"regenerated": "2021-06-04 09:04:21.709024",
8-
"spec_repo_commit": "b3fffea"
7+
"regenerated": "2021-06-07 08:18:20.051843",
8+
"spec_repo_commit": "9151896"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-04 09:04:47.790201",
13-
"spec_repo_commit": "b3fffea"
12+
"regenerated": "2021-06-07 08:18:45.100081",
13+
"spec_repo_commit": "9151896"
1414
}
1515
}
16-
}
16+
}

docs/v1/UsageTopAvgMetricsMetadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ The object containing document metadata.
55
## Properties
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**day** | **bool, date, datetime, dict, float, int, list, str, none_type** | The day value from the user request that contains the returned usage data. (If day was used the request) | [optional]
9-
**month** | **bool, date, datetime, dict, float, int, list, str, none_type** | The month value from the user request that contains the returned usage data. (If month was used the request) | [optional]
8+
**day** | **datetime** | The day value from the user request that contains the returned usage data. (If day was used the request) | [optional]
9+
**month** | **datetime** | The month value from the user request that contains the returned usage data. (If month was used the request) | [optional]
1010
**pagination** | [**UsageAttributionPagination**](UsageAttributionPagination.md) | | [optional]
1111

1212
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

src/datadog_api_client/v1/model/usage_top_avg_metrics_metadata.py

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -72,28 +72,8 @@ def openapi_types():
7272
"""
7373
lazy_import()
7474
return {
75-
"day": (
76-
bool,
77-
date,
78-
datetime,
79-
dict,
80-
float,
81-
int,
82-
list,
83-
str,
84-
none_type,
85-
), # noqa: E501
86-
"month": (
87-
bool,
88-
date,
89-
datetime,
90-
dict,
91-
float,
92-
int,
93-
list,
94-
str,
95-
none_type,
96-
), # noqa: E501
75+
"day": (datetime,), # noqa: E501
76+
"month": (datetime,), # noqa: E501
9777
"pagination": (UsageAttributionPagination,), # noqa: E501
9878
}
9979

@@ -155,8 +135,8 @@ def __init__(self, *args, **kwargs): # noqa: E501
155135
Animal class but this time we won't travel
156136
through its discriminator because we passed in
157137
_visited_composed_classes = (Animal,)
158-
day (bool, date, datetime, dict, float, int, list, str, none_type): The day value from the user request that contains the returned usage data. (If day was used the request). [optional] # noqa: E501
159-
month (bool, date, datetime, dict, float, int, list, str, none_type): The month value from the user request that contains the returned usage data. (If month was used the request). [optional] # noqa: E501
138+
day (datetime): The day value from the user request that contains the returned usage data. (If day was used the request). [optional] # noqa: E501
139+
month (datetime): The month value from the user request that contains the returned usage data. (If month was used the request). [optional] # noqa: E501
160140
pagination (UsageAttributionPagination): [optional] # noqa: E501
161141
"""
162142

src/datadog_api_client/v1/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12486,9 +12486,13 @@ components:
1248612486
day:
1248712487
description: The day value from the user request that contains the returned
1248812488
usage data. (If day was used the request)
12489+
format: date-time
12490+
type: string
1248912491
month:
1249012492
description: The month value from the user request that contains the returned
1249112493
usage data. (If month was used the request)
12494+
format: date-time
12495+
type: string
1249212496
pagination:
1249312497
$ref: '#/components/schemas/UsageAttributionPagination'
1249412498
type: object

0 commit comments

Comments
 (0)