APIManufacturersResponse

data class APIManufacturersResponse(val brands: List<APIBrand>)

Wrapper around a list of manufacturers (brands) returned by the BeMAP API

Parameters

brands

a list of available manufacturers (vehicle brands)

Constructors

Link copied to clipboard
constructor(brands: List<APIBrand>)

Properties

Link copied to clipboard