GW2v2File

@Serializable
data class GW2v2File(val id: String, val icon: String)

Information about an in-game asset.

Parameters

id

the file identifier

icon

the URL to the image

Constructors

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

Properties

Link copied to clipboard

This field holds the URL to the image.

Link copied to clipboard
val id: String

This field holds the file identifier.