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