SharedLinkFileInfo
public class SharedLinkFileInfo : CustomStringConvertible, JSONRepresentable
The SharedLinkFileInfo struct
-
The shared link corresponding to either a file or shared link to a folder. If it is for a folder shared link, we use the path param to determine for which file in the folder the view is for.
Declaration
Swift
public let url: String
-
The path corresponding to a file in a shared link to a folder. Required for shared links to folders.
Declaration
Swift
public let path: String?
-
Password for the shared link. Required for password-protected shared links to files unless it can be read from a cookie.
Declaration
Swift
public let password: String?
-
Declaration
Swift
public var description: String { get }