Vehicle
public struct Vehicle : Equatable, Codable
                Vehicle information to be displayed to the user
- 
                  
                  
- name: The name of the car (e.g. Ford Fiesta)
 
Declaration
Swift
public let name: String - 
                  
                  
- nameAppendix: A qualifier to the name of the vehicle (e.g. or similar)
 
Declaration
Swift
public let nameAppendix: String 
View on GitHub
        Vehicle Structure Reference