TMDiscoveryParams

data class TMDiscoveryParams(val discoveryMarket: TMMarketDomain, val discoveryDomain: String, val discoveryExtension: String, val discoveryVisibility: String, val discoveryView: String)

Represents parameters for Discovery API queries.

Holds market, domain, and query settings for API requests.

Constructors

Link copied to clipboard
constructor(discoveryMarket: TMMarketDomain, discoveryDomain: String, discoveryExtension: String, discoveryVisibility: String, discoveryView: String)

Properties

Link copied to clipboard

The API domain for the query.

Link copied to clipboard

The extension for the query.

Link copied to clipboard

The market domain for the query.

Link copied to clipboard

The view setting for the query.

Link copied to clipboard

The visibility setting for the query.