WebLink
public class WebLink : BoxModel
Object that points to URLs. These objects are also known as bookmarks within the Box web application.
-
Web link permissions
See moreDeclaration
Swift
public struct Permissions : BoxInnerModel
-
Box item type
Declaration
Swift
public var type: String -
Declaration
Swift
public private(set) var rawData: [String : Any]
-
Identifier
Declaration
Swift
public let id: String -
Undocumented
Declaration
Swift
public let sequenceId: String? -
Undocumented
Declaration
Swift
public let etag: String? -
The name of this web link.
Declaration
Swift
public let name: String? -
The URL this web link points to.
Declaration
Swift
public let url: URL? -
Undocumented
Declaration
Swift
public let createdBy: User? -
Undocumented
Declaration
Swift
public let createdAt: Date? -
Undocumented
Declaration
Swift
public let modifiedAt: Date? -
The parent object the web link belongs to.
Declaration
Swift
public let parent: Folder? -
The description accompanying the web link. This is visible within the Box web application.
Declaration
Swift
public let description: String? -
Undocumented
Declaration
Swift
public let itemStatus: ItemStatus? -
Undocumented
Declaration
Swift
public let trashedAt: Date? -
Undocumented
Declaration
Swift
public let purgedAt: Date? -
Undocumented
Declaration
Swift
public let sharedLink: SharedLink? -
Undocumented
Declaration
Swift
public let pathCollection: PathCollection? -
Undocumented
Declaration
Swift
public let modifiedBy: User? -
Undocumented
Declaration
Swift
public let ownedBy: User? -
Undocumented
Declaration
Swift
public let permissions: Permissions? -
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throwsParameters
jsonJSON dictionary.
WebLink Class Reference