Constructor
# new GetVehicleVariableList(userConfigopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
userConfig |
FetchConfig |
<optional> |
User configuration options to construct the class with. |
Methods
# async GetVehicleVariableList() → {Promise.<GetVehicleVariableListResponse>}
This provides a list of all the Vehicle related variables that are in the vPIC dataset.
- Information on the name, description and the type of the variable is provided.
Api Response object.
Promise.<GetVehicleVariableListResponse>