MDMapping
public struct MDMapping : Decodable
Structure representing a mapping between a legacy ID and a new ID
This is passed in the data
property of an MDObject
-
The type of object mapped
Declaration
Swift
public let type: MDObjectType
-
The legacy ID of the object
Declaration
Swift
public let legacyId: Int
-
The new ID of the object
Declaration
Swift
public let newId: String