Integrator
public class Integrator : Item
An integrator operates on your database enhances your personal data by inferring facts over existing data and adding those to the database.
-
The name of the item.
Declaration
Swift
@objc dynamic var name: String?
-
Repository associated with this item, e.g. used by Pod to start appropriate integrator container.
Declaration
Swift
@objc dynamic var repository: String?
-
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws