Relativity.Transfer.Dto.QueryPropertiesRequestDto
namespace Relativity.Transfer.Dto
{
internal class QueryPropertiesRequestDto
{
public int { get; set; }
public string Path { get; set; }
public QueryPropertiesRequestDto();
}
}