ListFileRequestsV2Result

public class ListFileRequestsV2Result : CustomStringConvertible, JSONRepresentable

Result for listV2 and listContinue.

  • The file requests owned by this user. Apps with the app folder permission will only see file requests in their app folder.

    Declaration

    Swift

    public let fileRequests: [FileRequests.FileRequest]
  • Pass the cursor into listContinue to obtain additional file requests.

    Declaration

    Swift

    public let cursor: String
  • Is true if there are additional file requests that have not been returned yet. An additional call to :route:list/continue` can retrieve them.

    Declaration

    Swift

    public let hasMore: Bool
  • Declaration

    Swift

    public var description: String { get }