Class Department
Department info with tags, metrics and nested budget data.
public class Department
Inheritance
Properties
BudgetByYear
public Dictionary<string, int>? BudgetByYear { get; set; }
HeadCount
public int HeadCount { get; set; }
Leaders
public Tag[] Leaders { get; set; }
Name
public string Name { get; set; }
Projects
public string[] Projects { get; set; }