Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.8 KB

NameValueList.md

File metadata and controls

10 lines (7 loc) · 1.8 KB

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 <strong>name</strong> field. For example, if the <strong>name</strong> field is 'make', this field may be 'Toyota', or if the <strong>name</strong> field is 'model', this field may be 'Camry'. [optional]

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