VehicleType
constructor(vehicleTypeId: String, formFactor: VehicleFormFactor, riderCapacity: Int? = null, cargoVolumeCapacity: Int? = null, cargoLoadCapacity: Int? = null, propulsionType: VehiclePropulsionType, ecoLabels: List<EcoLabel>? = null, maxRangeMeters: Double? = null, name: LocalizedText? = null, vehicleAccessories: List<VehicleAccessory>? = null, gCO2km: Int? = null, vehicleImage: Url? = null, make: LocalizedText? = null, model: LocalizedText? = null, color: String? = null, description: LocalizedText? = null, wheelCount: Int? = null, maxPermittedSpeed: Int? = null, ratedPower: Int? = null, defaultReserveTime: WholeMinutes? = null, returnConstraint: VehicleReturnConstraint? = null, vehicleAssets: VehicleAssets? = null, defaultPricingPlanId: String? = null, pricingPlanIds: List<String>? = null)(source)