<PackageReference Include="Relativity.Shared.SDK" Version="1.8.0" />

ObjectIdentifier

An identifier that can identify an object by its ArtifactID or Guids.
public int ArtifactID { get; set; }

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

Initializes an instance of the ObjectIdentifier class with all properties set to their default values.

Initializes an instance of the ObjectIdentifier class as a copy of the given ObjectIdentifier