UserSearchHistoryResponse public class UserSearchHistoryResponse Documentation public long Hits { get; set; } public int SearchProviderArtifactID { get; set; } public string SearchTerm { get; set; } public DateTime Timestamp { get; set; } public int UserArtifactID { get; set; } public int UserSearchHistoryID { get; set; } public UserSearchHistoryResponse()