Template
Parser function type for custom pagination. SDK authors implement this to define how to extract items and determine pagination state.
TItem The type of items in the paginated response. TRequest The type of the request object. TResponse The type of the API response.
Parser function type for custom pagination. SDK authors implement this to define how to extract items and determine pagination state.
TItem The type of items in the paginated response. TRequest The type of the request object. TResponse The type of the API response.