ListFolderLongpollResult

public class ListFolderLongpollResult : CustomStringConvertible, JSONRepresentable

The ListFolderLongpollResult struct

  • Indicates whether new changes are available. If true, call listFolderContinue to retrieve the changes.

    Declaration

    Swift

    public let changes: Bool
  • If present, backoff for at least this many seconds before calling listFolderLongpoll again.

    Declaration

    Swift

    public let backoff: UInt64?
  • Declaration

    Swift

    public var description: String { get }