Get Budget Result
data class GetBudgetResult(val amount: Double? = null, val category: String, val currentSpend: CurrentSpendResponse, val eTag: String? = null, val filter: BudgetFilterResponse? = null, val forecastSpend: ForecastSpendResponse, val id: String, val name: String, val notifications: Map<String, NotificationResponse>? = null, val timeGrain: String, val timePeriod: BudgetTimePeriodResponse, val type: String)
A budget resource.
Constructors
Link copied to clipboard
constructor(amount: Double? = null, category: String, currentSpend: CurrentSpendResponse, eTag: String? = null, filter: BudgetFilterResponse? = null, forecastSpend: ForecastSpendResponse, id: String, name: String, notifications: Map<String, NotificationResponse>? = null, timeGrain: String, timePeriod: BudgetTimePeriodResponse, type: String)
Properties
Link copied to clipboard
The current amount of cost which is being tracked for a budget. Supported for CategoryType(s): Cost.
Link copied to clipboard
May be used to filter budgets by user-specified dimensions and/or tags. Supported for CategoryType(s): Cost, ReservationUtilization.
Link copied to clipboard
The forecasted cost which is being tracked for a budget. Supported for CategoryType(s): Cost.
Link copied to clipboard
Dictionary of notifications associated with the budget. Supported for CategoryType(s): Cost, ReservationUtilization.
Link copied to clipboard
The time period that defines the active period of the budget. The budget will evaluate data on or after the startDate and will expire on the endDate. Supported for CategoryType(s): Cost, ReservationUtilization. Required for CategoryType(s): Cost, ReservationUtilization.