ListFoldersArgs
public class ListFoldersArgs : CustomStringConvertible, JSONRepresentable
The ListFoldersArgs struct
-
The maximum number of results to return per request.
Declaration
Swift
public let limit: UInt32
-
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]?
-
Declaration
Swift
public var description: String { get }