<PackageReference Include="Relativity.Rsapi" Version="9.6.125.89" />

View

public class View : Artifact
public int? DashboardID { get; set; }

public Field DisplayField { get; set; }

public Field GroupDefinitionField { get; set; }

public Field IndentationDefinitionField { get; set; }

public bool? IsVisible { get; set; }

public string Name { get; set; }

public ObjectType ObjectType { get; set; }

public int? Order { get; set; }

public bool? RenderLinks { get; set; }

public bool? VisibleInDropdown { get; set; }

public int? VisualizationType { get; set; }

public View()

public View(int artifactID)