RelationshipMany
public class RelationshipMany : Codable
Represents a relationship which can hold many items
-
The relationship data objects
Declaration
Swift
public var data: [RelationshipData]?
-
Returns all ID’s for the relationships this object holds
Declaration
Swift
public func getIds() -> [String]?
Return Value
An array of UUID’s as strings, representing the ID’s of the relationship objects