We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b098cba commit a5c5d55Copy full SHA for a5c5d55
.generator/schemas/v1/openapi.yaml
@@ -20019,7 +20019,8 @@ components:
20019
description: The account public ID.
20020
type: string
20021
billing_plan:
20022
- description: The billing plan.
+ deprecated: true
20023
+ description: The billing plan (metadata). (Deprecated from May 2026)
20024
20025
end_date:
20026
description: Shows the last date of usage.
packages/datadog-api-client-v1/models/UsageBillableSummaryHour.ts
@@ -20,7 +20,7 @@ export class UsageBillableSummaryHour {
20
*/
21
"accountPublicId"?: string;
22
/**
23
- * The billing plan.
+ * The billing plan (metadata). (Deprecated from May 2026)
24
25
"billingPlan"?: string;
26
0 commit comments