TNEntityRelatedEntities
@objcMembers
open class TNEntityRelatedEntities : NSObject, Codable
Undocumented
-
Contains places that have child relationship to the referred entity.
Declaration
Swift
public var children: [TNEntity]?
-
Contains places that are related to the referred entity.
Declaration
Swift
public var linkedEntities: [TNEntity]?
-
Contains places that have parent relationship to the referred entity.
Declaration
Swift
public var parents: [TNEntity]?