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

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