SearchViewResponse public class SearchViewResponse Documentation public int ArtifactID { get; set; } public string ArtifactType { get; set; } public int ArtifactTypeID { get; set; } public bool AvailableInObjectTab { get; set; } public int? DashboardArtifactID { get; set; } public int? DisplayFieldArtifactID { get; set; } public int? GroupDefinitionFieldArtifactID { get; set; } public bool IsManualRerun { get; set; } public bool IsReport { get; set; } public bool IsVisible { get; set; } public string Name { get; set; } public int? Order { get; set; } public int? PayloadFieldArtifactID { get; set; } public string QueryHint { get; set; } public bool RenderLinks { get; set; } public int? SearchProviderID { get; set; } public string SearchText { get; set; } public int? ThreadMethod { get; set; } public string Type { get; set; } public int ViewByFamily { get; set; } public int VisualizationType { get; set; } public SearchViewResponse()