in src/objects/vehicle.js [20:70]
static get Fields (): Object {
return Object.freeze({
address: 'address',
applinks: 'applinks',
availability: 'availability',
body_style: 'body_style',
category_specific_fields: 'category_specific_fields',
condition: 'condition',
currency: 'currency',
custom_label_0: 'custom_label_0',
date_first_on_lot: 'date_first_on_lot',
dealer_communication_channel: 'dealer_communication_channel',
dealer_email: 'dealer_email',
dealer_id: 'dealer_id',
dealer_name: 'dealer_name',
dealer_phone: 'dealer_phone',
dealer_privacy_policy_url: 'dealer_privacy_policy_url',
description: 'description',
drivetrain: 'drivetrain',
exterior_color: 'exterior_color',
fb_page_id: 'fb_page_id',
features: 'features',
fuel_type: 'fuel_type',
id: 'id',
image_fetch_status: 'image_fetch_status',
images: 'images',
interior_color: 'interior_color',
legal_disclosure_impressum_url: 'legal_disclosure_impressum_url',
make: 'make',
mileage: 'mileage',
model: 'model',
previous_currency: 'previous_currency',
previous_price: 'previous_price',
price: 'price',
sale_currency: 'sale_currency',
sale_price: 'sale_price',
sanitized_images: 'sanitized_images',
state_of_vehicle: 'state_of_vehicle',
title: 'title',
transmission: 'transmission',
trim: 'trim',
unit_price: 'unit_price',
url: 'url',
vehicle_id: 'vehicle_id',
vehicle_registration_plate: 'vehicle_registration_plate',
vehicle_specifications: 'vehicle_specifications',
vehicle_type: 'vehicle_type',
vin: 'vin',
year: 'year',
});
}