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

SubListObjectIdentifier

Represents a DTO with 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.