Skip to content

Commit 47a482b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f42ff21 of spec repo
1 parent 213bdb0 commit 47a482b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20015,7 +20015,8 @@ components:
2001520015
description: The account public ID.
2001620016
type: string
2001720017
billing_plan:
20018-
description: The billing plan.
20018+
deprecated: true
20019+
description: The billing plan (metadata). (Deprecated from May 2026)
2001920020
type: string
2002020021
end_date:
2002120022
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.
78+
:param billing_plan: The billing plan (metadata). (Deprecated from May 2026) **Deprecated**.
7979
:type billing_plan: str, optional
8080
8181
:param end_date: Shows the last date of usage.

0 commit comments

Comments
 (0)