Class SearchEngine
Represents a search engine configured in the user's settings.
public sealed record SearchEngine : IEquatable<SearchEngine>
- Inheritance
-
SearchEngine
- Implements
- Inherited Members
Properties
Enabled
Gets a value indicating whether the search engine is currently enabled.
[JsonPropertyName("enabled")]
public bool Enabled { get; init; }
Property Value
Name
Gets the name of the search engine, or null if not available.
[JsonPropertyName("name")]
public string? Name { get; init; }