GW2v2GuildPermission

@Serializable
data class GW2v2GuildPermission(val id: String, val name: String, val description: String)

Information about a guild permission.

Parameters

id

the permission's ID

name

the permission's localized name

description

the permission's localized description

Constructors

Link copied to clipboard
constructor(id: String, name: String, description: String)

Properties

Link copied to clipboard

This field holds the permission's localized description.

Link copied to clipboard
val id: String

This field holds the permission's ID.

Link copied to clipboard

This field holds the permission's localized name.