public static class CloudCostManagementApi.GetBudgetOptionalParameters extends Object
| Constructor and Description |
|---|
GetBudgetOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
CloudCostManagementApi.GetBudgetOptionalParameters |
actual(Boolean actual)
Set actual.
|
CloudCostManagementApi.GetBudgetOptionalParameters |
end(Long end)
Set end.
|
CloudCostManagementApi.GetBudgetOptionalParameters |
forecast(Boolean forecast)
Set forecast.
|
CloudCostManagementApi.GetBudgetOptionalParameters |
start(Long start)
Set start.
|
public CloudCostManagementApi.GetBudgetOptionalParameters actual(Boolean actual)
actual - When true, includes actual cost data in the response. (optional)public CloudCostManagementApi.GetBudgetOptionalParameters forecast(Boolean forecast)
forecast - When true, includes forecast cost data in the response,
including ootb_forecast and custom_forecast per entry.
(optional)public CloudCostManagementApi.GetBudgetOptionalParameters start(Long start)
start - Start of the cost window in milliseconds since epoch. Must be used together with
end. (optional)public CloudCostManagementApi.GetBudgetOptionalParameters end(Long end)
end - End of the cost window in milliseconds since epoch. Must be used together with
start. (optional)Copyright © 2026. All rights reserved.