<PackageReference Include="Relativity.Processing.SDK" Version="13.29.419" />

Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingSetRef

public class ProcessingSetRef
Represents a Production reference.
public string Name { get; set; }

Processing Set Name.

public int ProcessingSetID { get; set; }

Processing Set Artifact ID

Processing Set reference constructor.

public ProcessingSetRef(int processingSetID)

Processing Set reference constructor.