EngineType

public enum EngineType : String
extension EngineType: QueryItemConvertible

Represents the types of the vehicle engine (e.g., electric).

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Defines the vehicle engine type as combustion.

    Declaration

    Swift

    case combustion
  • Defines the vehicle engine type as electric.

    Declaration

    Swift

    case electric