PackageInfo

data class PackageInfo(val name: String, val description: String, val overview: String, val owner: String, val category: String, val guid: UUID, val versions: List<VersionInfo>, val imageUrl: String? = null)

Class PackageInfo.

Constructors

Link copied to clipboard
constructor(name: String, description: String, overview: String, owner: String, category: String, guid: UUID, versions: List<VersionInfo>, imageUrl: String? = null)

Properties

Link copied to clipboard

The category.

Link copied to clipboard

A long description of the plugin containing features or helpful explanations.

Link copied to clipboard
val guid: UUID

Gets or sets the guid of the assembly associated with this plugin. This is used to identify the proper item for automatic updates.

Link copied to clipboard
val imageUrl: String? = null

The image url for the package.

Link copied to clipboard

The name.

Link copied to clipboard

A short overview of what the plugin does.

Link copied to clipboard

The owner.

Link copied to clipboard

The versions.