Skip to content

Commit af3317b

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

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.

src/main/java/com/datadog/api/client/v1/model/UsageBillableSummaryHour.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public UsageBillableSummaryHour billingPlan(String billingPlan) {
116116
}
117117

118118
/**
119-
* The billing plan (metadata). (Deprecated from May 2026)
119+
* The billing plan (metadata). (Deprecated from June 2026)
120120
*
121121
* @return billingPlan
122122
* @deprecated

0 commit comments

Comments
 (0)