We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea10e4 commit 806bebfCopy full SHA for 806bebf
zendesk/cursor.go
@@ -1,5 +1,8 @@
1
package zendesk
2
3
+// DEPRECATED -- This file describes Zendesk API's "legacy" cursor pagination.
4
+// PLEASE USE CursorPagination IN zendesk.go INSTEAD!
5
+
6
// Cursor is struct for cursor-based pagination
7
type Cursor struct {
8
AfterURL string `json:"after_url"`
0 commit comments