ModelOptions
class ModelOptions(val engineType: EngineType? = null, val vehicleType: VehicleType? = null, val brandId: BrandId? = null)
Options for requesting vehicle models.
This class contains various filtering criteria that can be used to specify the parameters for a vehicle models request.
Constructors
Link copied to clipboard
constructor(engineType: EngineType? = null, vehicleType: VehicleType? = null, brandId: BrandId? = null)
Properties
Link copied to clipboard
The EngineType to filter results by engine type, or null for all engine types.
Link copied to clipboard
The VehicleType to filter results by vehicle type, or null for all vehicle types.