LinkSettings
public class LinkSettings : CustomStringConvertible, JSONRepresentable
Settings that apply to a link.
-
The access level on the link for this file. Currently, it only accepts ‘viewer’ and ‘viewer_no_comment’.
Declaration
Swift
public let accessLevel: Sharing.AccessLevel?
-
The type of audience on the link for this file.
Declaration
Swift
public let audience: Sharing.LinkAudience?
-
An expiry timestamp to set on a link.
Declaration
Swift
public let expiry: Sharing.LinkExpiry?
-
The password for the link.
Declaration
Swift
public let password: Sharing.LinkPassword?
-
Declaration
Swift
public var description: String { get }