VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.version
/
Version
Version
data
class
Version
(
val
name
:
String
,
val
type
:
VersionType
,
val
pluginDir
:
String
,
val
versions
:
List
<
SingleVersion
>
)
Members
Constructors
Version
Link copied to clipboard
constructor
(
name
:
String
,
type
:
VersionType
,
pluginDir
:
String
,
versions
:
List
<
SingleVersion
>
)
Properties
name
Link copied to clipboard
val
name
:
String
plugin
Dir
Link copied to clipboard
val
pluginDir
:
String
type
Link copied to clipboard
val
type
:
VersionType
versions
Link copied to clipboard
val
versions
:
List
<
SingleVersion
>