ChallengeList

Describes the information of a ChallengeList
interface ChallengeList

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

challenges
Link copied to clipboard
List of Challenges that matches the parameters of the ChallengeListPayload used
abstract val challenges: List<Challenge>
metadata
Link copied to clipboard
Metadata returned by the /Challenges endpoint, used to fetch subsequent pages of Challenges
abstract val metadata: Metadata