-
The Person this Item belongs to.
Declaration
Swift
var belongsTo: Results<Person>? { get }
-
An instance of an Item, for instance the PhysicalEntity instance of a Book.
Declaration
Swift
var instanceOf: [Item]? { get }
-
The location of for example where the event is happening, an organization is located, or where an action takes place.
Declaration
Swift
var location: Results<Location>? { get }
-
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws