LabelResponse

class LabelResponse(    code: String,     names: Map<String, String>,     wikiDataCode: String? = null) : EntityResponse<Label>

Created by Lobster on 03.03.18.

Constructors

Link copied to clipboard
fun LabelResponse(    code: String,     names: Map<String, String>,     wikiDataCode: String? = null)

Functions

Link copied to clipboard
open override fun map(): Label