GW2v1File

@Serializable
data class GW2v1File(val fileId: Long, 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: Long, signature: String)

Properties

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

This field holds the file identifier.

Link copied to clipboard

This field holds the file signature.