CategoryResponse

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

Created by Lobster on 04.03.18.

Constructors

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

Functions

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