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.

Lifecycle

  • Creates vehicle model identifier.

    Declaration

    Swift

    public init?(_ value: String)

    Parameters

    value

    String value of a vehicle model identifier. Should not be empty.

Public

  • String value of a vehicle model identifier

    Declaration

    Swift

    public let value: String