File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/main/java/com/datadog/api/client/v1/model Expand file tree Collapse file tree 2 files changed +6
-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 @@ -116,17 +116,20 @@ public UsageBillableSummaryHour billingPlan(String billingPlan) {
116116 }
117117
118118 /**
119- * The billing plan.
119+ * The billing plan (metadata). (Deprecated from May 2026)
120120 *
121121 * @return billingPlan
122+ * @deprecated
122123 */
124+ @ Deprecated
123125 @ jakarta .annotation .Nullable
124126 @ JsonProperty (JSON_PROPERTY_BILLING_PLAN )
125127 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
126128 public String getBillingPlan () {
127129 return billingPlan ;
128130 }
129131
132+ @ Deprecated
130133 public void setBillingPlan (String billingPlan ) {
131134 this .billingPlan = billingPlan ;
132135 }
You can’t perform that action at this time.
0 commit comments