CanonicalUrls

data class CanonicalUrls(val caUrl: String?, val usUrl: String?, val esUrl: String?, val frBeUrl: String?, val nlBeUrl: String?)

Represents canonical URLs for different locales in the Discovery API.

Holds URLs for specific language-market combinations, such as Catalan or US English.

Constructors

Link copied to clipboard
constructor(caUrl: String?, usUrl: String?, esUrl: String?, frBeUrl: String?, nlBeUrl: String?)

Properties

Link copied to clipboard
@SerializedName(value = "ca-ES")
val caUrl: String?

The URL for the Catalan-Spain (ca-ES) locale.

Link copied to clipboard
@SerializedName(value = "es-ES")
val esUrl: String?

The URL for the Spanish-Spain (es-ES) locale.

Link copied to clipboard
@SerializedName(value = "fr-BE")
val frBeUrl: String?

The URL for the French-Belgium (fr-BE) locale.

Link copied to clipboard
@SerializedName(value = "nl-BE")
val nlBeUrl: String?

The URL for the Dutch-Belgium (nl-BE) locale.

Link copied to clipboard
@SerializedName(value = "en-US")
val usUrl: String?

The URL for the US English (en-US) locale.