ItemsExistRequestDto public class ItemsExistRequestDto Documentation Code namespace Relativity.Transfer.Dto { public class ItemsExistRequestDto { public int FileshareId { get; set; } public string[] Paths { get; set; } } }