Relativity.Transfer.Dto.PathsDto class PathsDto Documentation Code namespace Relativity.Transfer.Dto { internal class PathsDto { public List<PathDto> Paths { get; set; } public PathsDto(); } }