Network
public class Network : Item
A group or system of interconnected people or things, for instance a social network.
-
The name of the item.
Declaration
Swift
@objc dynamic var name: String?
-
An organization, for instance an NGO, company or school.
Declaration
Swift
var organization: Organization? { get }
-
A universal resource location
Declaration
Swift
var resource: Results<Resource>? { get }
-
A WebSite is a set of related web pages and other items typically served from a single web domain and accessible via URLs.
Declaration
Swift
var website: Results<Website>? { get }
-
Undocumented
Declaration
Swift
public required convenience init(from decoder: Decoder) throws
-
Declaration
Swift
override var computedTitle: String { get }