Skip to content

Commit 3632b2f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Billing_plan field deprecation - correction start date (#3059)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 997a1f8 commit 3632b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20236,7 +20236,7 @@ components:
2023620236
type: string
2023720237
billing_plan:
2023820238
deprecated: true
20239-
description: The billing plan (metadata). (Deprecated from May 2026)
20239+
description: The billing plan (metadata). (Deprecated from June 2026)
2024020240
type: string
2024120241
end_date:
2024220242
description: Shows the last date of usage.

lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class UsageBillableSummaryHour
2727
# The account public ID.
2828
attr_accessor :account_public_id
2929

30-
# The billing plan (metadata). (Deprecated from May 2026)
30+
# The billing plan (metadata). (Deprecated from June 2026)
3131
attr_accessor :billing_plan
3232

3333
# Shows the last date of usage.

0 commit comments

Comments
 (0)