Kick
data class Kick(val id: Int, val time: String, val user: String? = null, val type: String, val kickedBy: String) : GW2v2GuildLogEntry
A log entry indicating that the user has been kicked from the guild.
Parameters
id
the log entry's ID
time
ISO-8601 timestamp for when the log entry was created
user
the account name of the guild member who generated this log entry
type
the type of log entry
kickedBy
the account name of the guild member who kicked the user