VehiclePropulsionType

public enum VehiclePropulsionType : String, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case human = "HUMAN"
  • Undocumented

    Declaration

    Swift

    case electric = "ELECTRIC"
  • Undocumented

    Declaration

    Swift

    case electricAssist = "ELECTRIC_ASSIST"
  • Undocumented

    Declaration

    Swift

    case combustion = "COMBUSTION"