PrivateVehicle
public struct PrivateVehicle : Codable, Hashable
The TripGo API-compliant dictionary representation of a vehicle
-
Undocumented
Declaration
Swift
public let type: PrivateVehicleType
-
Undocumented
Declaration
Swift
public let UUID: String?
-
Undocumented
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public let garage: Location?
-
Undocumented
Declaration
Swift
public init(type: PrivateVehicleType, UUID: String?, name: String?, garage: Location?)