<PackageReference Include="Relativity.ObjectManager" Version="11.2.214.8" />

Relativity.Services.Interfaces.SearchProvider.Models.SearchProviderResponse

public class SearchProviderResponse
public bool Active { get; set; }

public int ArtifactID { get; set; }

public bool AvailableForSearching { get; set; }

public string DLL { get; set; }

public int MaxRank { get; set; }

public int MinRank { get; set; }

public string Name { get; set; }

public int Order { get; set; }

public string Parameters { get; set; }

public int RankCacheMultiplier { get; set; }