VehicleMatchViewModel

  • confidence
    Type: string | null
  • make
    Type: string | null
  • makeId
    Type: integerFormat: int32

    Signed 32-bit integers (commonly used integer type).

  • model
    Type: string | null
  • modelId
    Type: integerFormat: int32

    Signed 32-bit integers (commonly used integer type).

  • year
    Type: integer | nullFormat: int32

    Signed 32-bit integers (commonly used integer type).

  • yearsAvailable
    Type: array integer[] | null