Pack

data class Pack(val packFormat: Int, val description: String, val supportedFormats: PackMeta.VersionRange?)

Constructors

Link copied to clipboard
constructor(packFormat: Int, description: String, supportedFormats: PackMeta.VersionRange?)

Properties

Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "pack_format")
val packFormat: Int
Link copied to clipboard
@SerializedName(value = "supported_formats")
val supportedFormats: PackMeta.VersionRange?

Functions

Link copied to clipboard
operator fun plus(other: PackMeta.Pack): PackMeta.Pack