<PackageReference Include="Relativity.Server.DataVisualization.SDK" Version="5000.0.1" />

SubListObjectIdentifier

Represents the information that identifies the sub list object.
public int ArtifactID { get; set; }

Gets or sets the artifact id.

public int ArtifactTypeID { get; set; }

Gets or sets the artifact type id.

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

Gets or sets the guids.

public ListType ListType { get; set; }

Gets or sets the list type.

public string Name { get; set; }

Gets or sets the name.

public string ObjectTypeName { get; set; }

Gets or sets the object type name.