SchemaIcons

data class SchemaIcons(val x16: String? = null, val x32: String? = null)(source)

Data class used to represent the RestDescription.icons data structure.

Constructors

Link copied to clipboard
constructor(x16: String? = null, x32: String? = null)

Properties

Link copied to clipboard
val x16: String? = null

The URL of the 16x16 icon.

Link copied to clipboard
val x32: String? = null

The URL of the 32x32 icon.