CategoryParams

data class CategoryParams(val language: String, val categoryUrl: String, val market: TMMarketDomain)

Represents parameters for category requests.

Parameters

language

The language code for the request.

categoryUrl

The URL for the category.

market

The TMMarketDomain for the request.

Constructors

Link copied to clipboard
constructor(language: String, categoryUrl: String, market: TMMarketDomain)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard