GW2v1File

@Serializable
data class GW2v1File(val fileId: Int, val signature: String)

Information about an in-game asset.

Parameters

fileId

the file identifier

signature

the file signature

Constructors

Link copied to clipboard
constructor(fileId: Int, signature: String)

Properties

Link copied to clipboard
@SerialName(value = "file_id")
val fileId: Int

This field holds the file identifier.

Link copied to clipboard

This field holds the file signature.