GW2v1GuildDetails

@Serializable
data class GW2v1GuildDetails(val guildId: GW2GuildId, val guildName: String, val tag: String, val emblem: GW2v1GuildDetails.Emblem)

Information about events.

Parameters

guildId

the guild's ID

guildName

the guild's name

tag

the guild's tag

emblem

the guild's emblem

Constructors

Link copied to clipboard
constructor(guildId: GW2GuildId, guildName: String, tag: String, emblem: GW2v1GuildDetails.Emblem)

Types

Link copied to clipboard
@Serializable
data class Emblem(val backgroundId: Int, val foregroundId: Int, val flags: List<String>, val backgroundColorId: Int, val foregroundPrimaryColorId: Int, val foregroundSecondaryColorId: Int)

Information about a guild emblem.

Properties

Link copied to clipboard

This field holds the guild's emblem.

Link copied to clipboard
@SerialName(value = "guild_id")
val guildId: GW2GuildId

This field holds the guild's ID.

Link copied to clipboard
@SerialName(value = "guild_name")
val guildName: String

This field holds the guild's name.

Link copied to clipboard
val tag: String

This field holds the guild's tag.