ProfileResponse

@Serializable
data class ProfileResponse(val success: Boolean? = null, val cause: String? = null, val profile: Profile? = null) : HypixelResponse

Constructors

Link copied to clipboard
constructor(success: Boolean? = null, cause: String? = null, profile: Profile? = null)

Properties

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