NameID
public struct NameID : Hashable
Structure to represent name-id pairs.
-
The name.
Declaration
Swift
public var name: String? -
The ID.
Declaration
Swift
public var id: String? -
Creates a new instance.
Declaration
Swift
public init(name: String? = nil, id: String? = nil)