Provides struct and type for a SearchOverrideRule
@type t() :: %OpenApiTypesense.SearchOverrideRule{ filter_by: String.t() | nil, match: String.t() | nil, query: String.t() | nil, tags: [String.t()] | nil }