Skip to content

Commit 11d06f7

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 9151896 of spec repo (#387)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 026972b commit 11d06f7

4 files changed

Lines changed: 12 additions & 10 deletions

File tree

.apigentools-info

Lines changed: 4 additions & 4 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:28.029083",
8-
"spec_repo_commit": "b3fffea"
7+
"regenerated": "2021-06-07 08:19:08.624819",
8+
"spec_repo_commit": "9151896"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-04 09:05:22.013460",
13-
"spec_repo_commit": "b3fffea"
12+
"regenerated": "2021-06-07 08:20:04.467936",
13+
"spec_repo_commit": "9151896"
1414
}
1515
}
1616
}

data/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

docs/v1/UsageTopAvgMetricsMetadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| Name | Type | Description | Notes |
66
| ---- | ---- | ----------- | ----- |
7-
| **day** | **Object** | The day value from the user request that contains the returned usage data. (If day was used the request) | [optional] |
8-
| **month** | **Object** | The month value from the user request that contains the returned usage data. (If month was used the request) | [optional] |
7+
| **day** | **Time** | The day value from the user request that contains the returned usage data. (If day was used the request) | [optional] |
8+
| **month** | **Time** | The month value from the user request that contains the returned usage data. (If month was used the request) | [optional] |
99
| **pagination** | [**UsageAttributionPagination**](UsageAttributionPagination.md) | | [optional] |
1010

1111
## Example

lib/datadog_api_client/v1/models/usage_top_avg_metrics_metadata.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,15 @@ def self.acceptable_attributes
4444
# Attribute type mapping.
4545
def self.openapi_types
4646
{
47-
:'day' => :'Object',
48-
:'month' => :'Object',
47+
:'day' => :'Time',
48+
:'month' => :'Time',
4949
:'pagination' => :'UsageAttributionPagination'
5050
}
5151
end
5252

5353
# List of attributes with nullable: true
5454
def self.openapi_nullable
5555
Set.new([
56-
:'day',
57-
:'month',
5856
])
5957
end
6058

0 commit comments

Comments
 (0)