Skip to content

Commit a0bfb90

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.

src/datadog_api_client/v1/model/usage_billable_summary_hour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def __init__(
7575
:param account_public_id: The account public ID.
7676
:type account_public_id: str, optional
7777
78-
:param billing_plan: The billing plan (metadata). (Deprecated from May 2026) **Deprecated**.
78+
:param billing_plan: The billing plan (metadata). (Deprecated from June 2026) **Deprecated**.
7979
:type billing_plan: str, optional
8080
8181
:param end_date: Shows the last date of usage.

0 commit comments

Comments
 (0)