Language

@Serializable
data class Language(val languageCode: String)(source)

Represents the language of a provider.

Parameters

languageCode

The shorthand code representing the language (e.g., "en", "fr", "ph") or "Multiple" for providers with multiple languages.

See also

Constructors

Link copied to clipboard
constructor(languageCode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String