VehicleMetadata
Represents metadata for a vehicle.
This class contains detailed information about a specific vehicle, including its identification, model, production dates, and various properties related to its design and functionality.
Properties
Optional BodyProperties that provide details related to the vehicle's body.
The drive train configuration of the vehicle, as defined by DriveTrain.
Optional ElectricVehicleProperties, applicable if the vehicle is electric.
The type of engine used in the vehicle, as defined by EngineType.
The unique identifier of the vehicle.
The date when the vehicle was first produced, or null if not applicable.
The date when the vehicle production ended, or null if still in production.
The current production status of the vehicle, determined based on the production dates.
The type of vehicle, as defined by VehicleType.