BrandResponse

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

Constructors

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

Functions

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