Relativity.Review.V1.BatchSets.Models.Batch public class Batch Documentation public Securable<int?> AssignedUserID { get; set; } public int BatchID { get; set; } public string Name { get; set; } public BatchStatus Status { get; set; } public Batch()