CountryResponse

class CountryResponse(    tag: String,     names: Map<String, String>,     cc2: Map<String, String>,     cc3: Map<String, String>) : EntityResponse<Country>

Created by Lobster on 04.03.18.

Constructors

Link copied to clipboard
fun CountryResponse(    tag: String,     names: Map<String, String>,     cc2: Map<String, String>,     cc3: Map<String, String>)

Functions

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