GW2v2GuildMember

@Serializable
data class GW2v2GuildMember(val name: String, val rank: String, val joined: String, val wvwMember: Boolean)

Information about a guild member.

Parameters

name

the member's account name

rank

the member's rank

joined

the ISO-8601 timestamp of when the member joined the guild

wvwMember

whether the member has selected the guild as their WvW guild

Constructors

Link copied to clipboard
constructor(name: String, rank: String, joined: String, wvwMember: Boolean)

Properties

Link copied to clipboard

This field holds the ISO-8601 timestamp of when the member joined the guild.

Link copied to clipboard

This field holds the member's account name.

Link copied to clipboard

This field holds the member's rank.

Link copied to clipboard
@SerialName(value = "wvw_member")
val wvwMember: Boolean

This field holds whether the member has selected the guild as their WvW guild.