Structure
ActionableInsight.BudgetPeriodSummary
public struct BudgetPeriodSummary
Relationships
Member Of
ActionableInsight
Initializers
init(achievedBudgets:overspentBudgets:periodUnit:)
public init(achievedBudgets: [ActionableInsight.BudgetSummary], overspentBudgets: [ActionableInsight.BudgetSummary], periodUnit: ActionableInsight.BudgetPeriodUnit)
init(achievedBudgets:overspentBudgets:period:)
@available(*, deprecated, message: "Use `init(achievedBudgets:overspentBudgets:period:)` instead") public init(achievedBudgets: [ActionableInsight.BudgetSummary], overspentBudgets: [ActionableInsight.BudgetSummary], period: String)
Properties
achievedBudgets
let achievedBudgets: [BudgetSummary]
overspentBudgets
let overspentBudgets: [BudgetSummary]
periodUnit
let periodUnit: BudgetPeriodUnit
period
var period: String