@@ -16,7 +16,8 @@ type UsageBillableSummaryHour struct {
1616 AccountName * string `json:"account_name,omitempty"`
1717 // The account public ID.
1818 AccountPublicId * string `json:"account_public_id,omitempty"`
19- // The billing plan.
19+ // The billing plan (metadata). (Deprecated from May 2026)
20+ // Deprecated
2021 BillingPlan * string `json:"billing_plan,omitempty"`
2122 // Shows the last date of usage.
2223 EndDate * time.Time `json:"end_date,omitempty"`
@@ -113,6 +114,7 @@ func (o *UsageBillableSummaryHour) SetAccountPublicId(v string) {
113114}
114115
115116// GetBillingPlan returns the BillingPlan field value if set, zero value otherwise.
117+ // Deprecated
116118func (o * UsageBillableSummaryHour ) GetBillingPlan () string {
117119 if o == nil || o .BillingPlan == nil {
118120 var ret string
@@ -123,6 +125,7 @@ func (o *UsageBillableSummaryHour) GetBillingPlan() string {
123125
124126// GetBillingPlanOk returns a tuple with the BillingPlan field value if set, nil otherwise
125127// and a boolean to check if the value has been set.
128+ // Deprecated
126129func (o * UsageBillableSummaryHour ) GetBillingPlanOk () (* string , bool ) {
127130 if o == nil || o .BillingPlan == nil {
128131 return nil , false
@@ -136,6 +139,7 @@ func (o *UsageBillableSummaryHour) HasBillingPlan() bool {
136139}
137140
138141// SetBillingPlan gets a reference to the given string and assigns it to the BillingPlan field.
142+ // Deprecated
139143func (o * UsageBillableSummaryHour ) SetBillingPlan (v string ) {
140144 o .BillingPlan = & v
141145}
0 commit comments