GW2v2File

@Serializable
data class GW2v2File(val id: GW2FileId, 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: GW2FileId, icon: String)

Properties

Link copied to clipboard

This field holds the URL to the image.

Link copied to clipboard

This field holds the file identifier.