GW2v2GuildRank

@Serializable
data class GW2v2GuildRank(val id: String, val order: Int, val permissions: List<String>, val icon: String)

Information about a guild rank.

Parameters

id

the rank's ID

order

a number that can be used to sort the list of ranks

permissions

the rank's permissions

icon

a render service URL for the rank's icon

Constructors

Link copied to clipboard
constructor(id: String, order: Int, permissions: List<String>, icon: String)

Properties

Link copied to clipboard

This field holds a render service URL for the rank's icon.

Link copied to clipboard
val id: String

This field holds the rank's ID.

Link copied to clipboard
val order: Int

This field holds a number that can be used to sort the list of ranks.

Link copied to clipboard

This field holds the rank's permissions.