ListPaperDocsContinueArgs
public class ListPaperDocsContinueArgs : CustomStringConvertible, JSONRepresentable
The ListPaperDocsContinueArgs struct
-
The cursor obtained from docsList or docsListContinue. Allows for pagination.
Declaration
Swift
public let cursor: String
-
Declaration
Swift
public var description: String { get }