ListFoldersResult
public class ListFoldersResult : CustomStringConvertible, JSONRepresentable
Result for listFolders or listMountableFolders, depending on which endpoint was requested. Unmounted shared folders can be identified by the absence of pathLower in SharedFolderMetadata.
-
List of all shared folders the authenticated user has access to.
Declaration
Swift
public let entries: [Sharing.SharedFolderMetadata]
-
Present if there are additional shared folders that have not been returned yet. Pass the cursor into the corresponding continue endpoint (either listFoldersContinue or listMountableFoldersContinue) to list additional folders.
Declaration
Swift
public let cursor: String?
-
Declaration
Swift
public var description: String { get }