Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 953 Bytes

NameValueList.md

File metadata and controls

10 lines (7 loc) · 953 Bytes

# NameValueList

Properties

Name Type Description Notes
name string This string value identifies the motor vehicle aspect, such as 'make', 'model', 'year', 'trim', and 'engine'. Typically, the make, model, and year of the motor vehicle are always required, with the trim and engine being necessary sometimes, but it will be dependent on the part or accessory, and on the vehicle class. [optional]
value string This string value identifies the motor vehicle aspect specified in the corresponding name field. For example, if the name field is 'make', this field may be 'Toyota', or if the name field is 'model', this field may be 'Camry'. [optional]

[Back to Model list] [Back to API list] [Back to README]