BudgetPerformanceHistory class

A history of the state of a budget at the end of the budget's specified time period.

Constructors

BudgetPerformanceHistory({String? budgetName, BudgetType? budgetType, List<BudgetedAndActualAmounts>? budgetedAndActualAmountsList, Map<String, List<String>>? costFilters, CostTypes? costTypes, TimeUnit? timeUnit})
BudgetPerformanceHistory.fromJson(Map<String, dynamic> json)
factory

Properties

budgetedAndActualAmountsList List<BudgetedAndActualAmounts>?
A list of amounts of cost or usage that you created budgets for, compared to your actual costs or usage.
final
budgetName String?
final
budgetType BudgetType?
final
costFilters Map<String, List<String>>?
The history of the cost filters for a budget during the specified time period.
final
costTypes CostTypes?
The history of the cost types for a budget during the specified time period.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeUnit TimeUnit?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited