Class MetaSearchOptions
Options for filtering and customizing metadata search requests.
public sealed record MetaSearchOptions : IEquatable<MetaSearchOptions>
- Inheritance
-
MetaSearchOptions
- Implements
- Inherited Members
Properties
Type
Gets the content type to filter metadata results by, or null to include all content types.
[QueryParameterName("type")]
public string? Type { get; init; }