GW2v2Logo

@Serializable
data class GW2v2Logo(val id: GW2LogoId, val url: String)

Information about a logo related to Guild Wars 2.

Parameters

id

the logo's ID

url

the URL to the quaggan image

Constructors

Link copied to clipboard
constructor(id: GW2LogoId, url: String)

Properties

Link copied to clipboard

This field holds the logo's ID.

Link copied to clipboard
val url: String

This field holds the URL to the quaggan image.