Descriptions

data class Descriptions(val german: String?, val english: String?)

Constructors

Link copied to clipboard
constructor(german: String?, english: String?)

Properties

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

Description in the language en.

Link copied to clipboard
@SerializedName(value = "de")
val german: String?

Description in the language de.