<PackageReference Include="Relativity.Server.Services.DataContracts.SDK" Version="5001.1.0" />

Relativity.Services.View.ViewRef

public class ViewRef
Represents a View reference.
public int ArtifactID { get; set; }

Gets or sets the Artifact ID of the view.

public List<Guid> Guids { get; set; }

Gets or sets the GUIDs that are associated with the view.

public string Name { get; set; }

Gets or sets a descriptive for the view.

public ViewRef()

Initializes a new instance of the ViewRef class.

public ViewRef(int artifactID)

Initializes a new instance of the ViewRef class with the specified Artifact ID.