<PackageReference Include="Relativity.ObjectManager" Version="9.6.54.200" />

BatchInfo

public class BatchInfo
public int? AssignedToUserID { get; set; }

public int BatchID { get; set; }

public string BatchName { get; set; }

public BatchStatus BatchSatus { get; set; }

public bool CanCheckin { get; set; }

public bool CanCheckoutForOtherUser { get; set; }

public bool CanCheckoutToSelf { get; set; }

public bool CanReassignToOtherUser { get; set; }

public bool CanReassignToSelf { get; set; }

public bool HasUserCheckedOutOtherBatch { get; set; }

public BatchInfo()