Protocol
CloudResponse
@objc(FSCloudResponse) public protocol CloudResponse
:nodoc:
Relationships
Types Conforming to CloudResponse
FolderListResponseThis class represents a response obtained from a folder list request.
StoreResponseThis class represents a response obtained from a store request.
Requirements
error
@objc var error: Error?
authURL
@objc var authURL: URL?