BannedClanMember

A banned clan member is someone who has joined the clan permanently, but has been banned from it.

Constructors

Link copied to clipboard
constructor(hash: Long)
constructor(name: String)
constructor(hash: Long, name: String?)

Properties

Link copied to clipboard
val hash: Long

the 64-bit hash of this member.

Link copied to clipboard
val name: String?

the name of this member.

Functions

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