<PackageReference Include="Relativity.Server.Review.SDK" Version="5000.1.0" />

Relativity.Review.V1.BatchSets.Models.Batch

public class Batch
Represents a batch object
public Securable<int?> AssignedUserID { get; set; }

Artifact ID of the Relativity user the batch has been assigned to

public int BatchID { get; set; }

Artifact ID of the batch

public string Name { get; set; }

Batch name

public BatchStatus Status { get; set; }

Batch status

public Batch()