GW2v2Quaggan

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

Information about an image of a quaggan.

Parameters

id

the quaggans's ID

url

the URL to the quaggan image

Constructors

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

Properties

Link copied to clipboard
val id: String

This field holds the quaggans's ID.

Link copied to clipboard
val url: String

This field holds the URL to the quaggan image.