ItemExistsResponseDto public class ItemExistsResponseDto : FileShareResponseBaseDto Documentation Code namespace Relativity.Transfer.Dto { public class ItemExistsResponseDto : FileShareResponseBaseDto { public bool Exist { get; set; } } }