WorldCupOptions

data class WorldCupOptions(var limit: UInt?, var teams: List<String>?, var acceptLanguage: String?, var date: String?)

Options for world cup endpoint requests. All fields are optional — omitted fields are not sent to merino.

Constructors

Link copied to clipboard
constructor(limit: UInt?, teams: List<String>?, acceptLanguage: String?, date: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Language for results (e.g. "en-US"). (Not supported yet)

Link copied to clipboard
var date: String?

ISO 8601 date string to filter matches by date (e.g. "2026-06-14").

Link copied to clipboard
var limit: UInt?

Maximum number of results to return.

Link copied to clipboard

Filter results by team(s) (e.g. ["FRA", "ENG"]).