ShareFolderArg
public class ShareFolderArg : ShareFolderArgBase
The ShareFolderArg struct
-
A list of
FolderAction
s corresponding toFolderPermission
s 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?