<PackageReference Include="Relativity.Services.DataContracts.SDK" Version="13.6.2" />

BatchSetRef

public class BatchSetRef
Ref container for a batch set
public int ArtifactID { get; set; }

the ID used to identify a batch set; unique per workspace

public string Name { get; set; }

The name used to identify a batch set; unique per workspace

public BatchSetRef()