CollectionsResponse

@Serializable
data class CollectionsResponse(val success: Boolean? = null, val cause: String? = null, val lastUpdated: Long? = null, val version: String? = null, val collections: Map<String, Collection>? = null) : HypixelResponse

Information about collections.

Constructors

Link copied to clipboard
constructor(success: Boolean? = null, cause: String? = null, lastUpdated: Long? = null, version: String? = null, collections: Map<String, Collection>? = null)

Properties

Link copied to clipboard
open override val cause: String? = null

The cause of the error, if the request failed.

Link copied to clipboard

The list of Collection information.

Link copied to clipboard
val lastUpdated: Long? = null

Timestamp when collections were last modified.

Link copied to clipboard
@Transient
open override var rateLimit: RateLimit?
Link copied to clipboard
open override val success: Boolean? = null

Whether the request was successful.

Link copied to clipboard
val version: String? = null

Skyblock version.

Functions

Link copied to clipboard