APIBrand

data class APIBrand(val id: String, val label: String)

Stores information about Manufacturer as returned by the BeMAP APi

Parameters

id

id of given manufacturer (brand)

label

name of given manufacturer

Constructors

Link copied to clipboard
constructor(id: String, label: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard