<PackageReference Include="Relativity.ObjectManager" Version="9.6.54.203" />

Dashboard

public class Dashboard
public bool AddFullDashboardSheet { get; set; }

public float CellRatio { get; set; }

public string DashboardName { get; set; }

public HeaderSettings HeaderSettings { get; set; }

public DashboardImage[] Images { get; set; }

public DashboardPivot[] Pivots { get; set; }

public int? SavedSearchId { get; set; }

public bool ShowChildSheets { get; set; }

public string UserName { get; set; }

public int? ViewId { get; set; }

public string ViewName { get; set; }

public string WorkspaceName { get; set; }

public Dashboard()