ListPaperDocsArgs
public class ListPaperDocsArgs : CustomStringConvertible, JSONRepresentable
The ListPaperDocsArgs struct
-
Allows user to specify how the Paper docs should be filtered.
Declaration
Swift
public let filterBy: Paper.ListPaperDocsFilterBy
-
Allows user to specify how the Paper docs should be sorted.
Declaration
Swift
public let sortBy: Paper.ListPaperDocsSortBy
-
Allows user to specify the sort order of the result.
Declaration
Swift
public let sortOrder: Paper.ListPaperDocsSortOrder
-
Size limit per batch. The maximum number of docs that can be retrieved per batch is 1000. Higher value results in invalid arguments error.
Declaration
Swift
public let limit: Int32
-
Declaration
Swift
public var description: String { get }