FolderPermission
public class FolderPermission : CustomStringConvertible, JSONRepresentable
Whether the user is allowed to take the action on the shared folder.
-
The action that the user may wish to take on the folder.
Declaration
Swift
public let action: Sharing.FolderAction
-
True if the user is allowed to take the action.
Declaration
Swift
public let allow: Bool
-
The reason why the user is denied the permission. Not present if the action is allowed, or if no reason is available.
Declaration
Swift
public let reason: Sharing.PermissionDeniedReason?
-
Declaration
Swift
public var description: String { get }