ExternalID
public struct ExternalID : Hashable
Identifier of the entity as provided by the external source
-
Information about the source of this reference.
Declaration
Swift
public var source: String -
Identifier of the entity as provided by the source.
Declaration
Swift
public var id: String -
Undocumented
Declaration
Swift
public init(source: String = "", id: String = "")