Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetPageFunc ¶
type PaginationConfig ¶
type PaginationConfig struct {
// Cursor is an optional string that indicates where to start the page. This
// is typically the ID of the last item from the previous page.
Cursor *string
// Limit is an optional integer that specifies the maximum number of items to
// return in the page. If not provided, a default limit may be applied by the
// implementation.
Limit *int
}
Click to show internal directories.
Click to hide internal directories.