Dashboard public class Dashboard Documentation public int ArtifactId { get; set; } public string DashboardData { get; set; } public string Name { get; set; } public int Order { get; set; } public PermissionSetForObjectType Permissions { get; set; } public Dashboard()