Class
FolderListResponse
@objc(FSFolderListResponse) public class FolderListResponse: NSObject, CloudResponse
This class represents a response obtained from a folder list request.
Relationships
Conforms To
CloudResponse
:nodoc:
NSObject
Properties
contents
@objc public let contents: [[String: Any]]?
The contents payload as an array of dictionaries, where each dictionary represents an entry in the cloud.
authURL
@objc public let authURL: URL?
A redirect URL to a cloud provider's OAuth page. Typically this is only required internally.