GW2v2GuildMember

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

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

Constructors

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

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.