response property

List<Vehicle> response
final

List of Vehicle instances.

Each instance in this list represents a single Tesla vehicle and encapsulates all the data related to that vehicle.

Implementation

final List<Vehicle> response;