File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/datadog_api_client/v1/model Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20019,7 +20019,8 @@ components:
2001920019 description: The account public ID.
2002020020 type: string
2002120021 billing_plan:
20022- description: The billing plan.
20022+ deprecated: true
20023+ description: The billing plan (metadata). (Deprecated from May 2026)
2002320024 type: string
2002420025 end_date:
2002520026 description: Shows the last date of usage.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments