From 0250c6cf4c46e68c460373a4521af55f67ba5bc3 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 18 Jan 2022 09:47:28 +0000 Subject: [PATCH] Regenerate client from commit 33f7cea of spec repo --- .apigentools-info | 12 ++++++------ .generator/schemas/v1/openapi.yaml | 4 ++-- docs/v1/UsageBillableSummaryHour.md | 4 ++-- .../v1/models/usage_billable_summary_hour.rb | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index f6e0dbc735cd..79e546559797 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -3,14 +3,14 @@ "info_version": "2", "spec_versions": { "v1": { - "apigentools_version": "1.5.1.dev2", - "regenerated": "2022-01-17 16:31:48.112752", - "spec_repo_commit": "9f83d50" + "apigentools_version": "1.6.1", + "regenerated": "2022-01-18 09:45:42.968717", + "spec_repo_commit": "33f7cea" }, "v2": { - "apigentools_version": "1.5.1.dev2", - "regenerated": "2022-01-17 16:31:48.141082", - "spec_repo_commit": "9f83d50" + "apigentools_version": "1.6.1", + "regenerated": "2022-01-18 09:45:42.990540", + "spec_repo_commit": "33f7cea" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index f93b5e6d6bde..a5bd1587c2fd 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -12894,7 +12894,7 @@ components: type: string end_date: description: Shows the last date of usage. - format: date-time + format: date type: string num_orgs: description: The number of organizations. @@ -12912,7 +12912,7 @@ components: type: number start_date: description: Shows the first date of usage. - format: date-time + format: date type: string usage: $ref: '#/components/schemas/UsageBillableSummaryKeys' diff --git a/docs/v1/UsageBillableSummaryHour.md b/docs/v1/UsageBillableSummaryHour.md index d17484d4cd2b..4f469b1de724 100644 --- a/docs/v1/UsageBillableSummaryHour.md +++ b/docs/v1/UsageBillableSummaryHour.md @@ -5,12 +5,12 @@ | Name | Type | Description | Notes | | ------------------ | ----------------------------------------------------------- | --------------------------------------------- | ---------- | | **billing_plan** | **String** | The billing plan. | [optional] | -| **end_date** | **Time** | Shows the last date of usage. | [optional] | +| **end_date** | **Date** | Shows the last date of usage. | [optional] | | **num_orgs** | **Integer** | The number of organizations. | [optional] | | **org_name** | **String** | The organization name. | [optional] | | **public_id** | **String** | The organization public ID. | [optional] | | **ratio_in_month** | **Float** | Shows usage aggregation for a billing period. | [optional] | -| **start_date** | **Time** | Shows the first date of usage. | [optional] | +| **start_date** | **Date** | Shows the first date of usage. | [optional] | | **usage** | [**UsageBillableSummaryKeys**](UsageBillableSummaryKeys.md) | | [optional] | ## Example diff --git a/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb b/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb index 3d84f090b699..c45a24841909 100644 --- a/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +++ b/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb @@ -68,12 +68,12 @@ def self.acceptable_attributes def self.openapi_types { :'billing_plan' => :'String', - :'end_date' => :'Time', + :'end_date' => :'Date', :'num_orgs' => :'Integer', :'org_name' => :'String', :'public_id' => :'String', :'ratio_in_month' => :'Float', - :'start_date' => :'Time', + :'start_date' => :'Date', :'usage' => :'UsageBillableSummaryKeys' } end