Filestack Documentation

Class Folder​List​Response

@objc(FSFolderListResponse) public class FolderListResponse: NSObject, CloudResponse  

This class represents a response obtained from a folder list request.

FolderListResponse FolderListResponse NSObject NSObject FolderListResponse->NSObject CloudResponse CloudResponse FolderListResponse->CloudResponse

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.

next​Token

@objc public let nextToken: String? 

A next token used for pagination purposes. Optional.

auth​URL

@objc public let authURL: URL? 

A redirect URL to a cloud provider's OAuth page. Typically this is only required internally.

error

@objc public let error: Error? 

An error response. Optional.