QueryPropertiesRequestDto class QueryPropertiesRequestDto Documentation Code namespace Relativity.Transfer.Dto { internal class QueryPropertiesRequestDto { public int FileshareId { get; set; } public string Path { get; set; } } }