VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-api
/
de.vulpescloud.api.module
/
DownloadableModule
Downloadable
Module
data
class
DownloadableModule
(
val
name
:
String
,
val
version
:
String
,
val
installURL
:
String
,
val
authors
:
MutableList
<
String
>
,
val
description
:
String
,
val
website
:
String
,
val
supportURL
:
String
)
Members
Constructors
Downloadable
Module
Link copied to clipboard
constructor
(
name
:
String
,
version
:
String
,
installURL
:
String
,
authors
:
MutableList
<
String
>
,
description
:
String
,
website
:
String
,
supportURL
:
String
)
Properties
authors
Link copied to clipboard
val
authors
:
MutableList
<
String
>
description
Link copied to clipboard
val
description
:
String
install
URL
Link copied to clipboard
val
installURL
:
String
name
Link copied to clipboard
val
name
:
String
support
URL
Link copied to clipboard
val
supportURL
:
String
version
Link copied to clipboard
val
version
:
String
website
Link copied to clipboard
val
website
:
String