VehicleModelID
public struct VehicleModelID : Equatable
Describes vehicle model identifier.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates vehicle model identifier.
Declaration
Swift
public init?(_ value: String)
Parameters
value
String value of a vehicle model identifier. Should not be empty.
-
String value of a vehicle model identifier
Declaration
Swift
public let value: String