ShareFolderArg
public class ShareFolderArg : ShareFolderArgBase
The ShareFolderArg struct
-
A list of
FolderActions corresponding toFolderPermissions that should appear in the response’s permissions in SharedFolderMetadata field describing the actions the authenticated user can perform on the folder.Declaration
Swift
public let actions: [Sharing.FolderAction]? -
Settings on the link for this folder.
Declaration
Swift
public let linkSettings: Sharing.LinkSettings?
View on GitHub
ShareFolderArg Class Reference