This class provides methods for accessing and manipulating the elements in a FOvrChallengePages paginated list. It allows you to easily retrieve and modify the elements in the list, as well as check if there is a next page of elements available.
This field represents an individual element within the challenge array. Each element is of type FOvrChallenge, which contains detailed information about a specific challenge.
The URL of the previous page of challenges. If has_previous_page is true, this field provides the URL that the client can use to request the previous page of results.
The total count of challenges contained in the array, across all pages. This field provides the total number of challenges that match the search criteria, regardless of the current page or pagination settings.
This field indicates whether there is a next page of challenges available in the array. If this value is true, it means that there are more challenges to retrieve beyond the current page.
This field indicates whether there is a previous page of challenges available in the array. If this value is true, it means that there are more challenges to retrieve before the current page.