Dashboard public class Dashboard Documentation 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()