gradle-intellij-plugin
1.13.0
gradle-intellij-plugin
/
org.jetbrains.intellij.model
/
Item
Item
data
class
Item
(
var
name
:
String
=
""
,
var
build
:
String
=
""
,
var
version
:
String
=
""
,
var
channel
:
String
=
""
,
var
platformBuild
:
String
?
=
null
,
var
platformVersion
:
String
?
=
null
,
var
date
:
String
=
""
,
var
downloads
:
List
<
Download
>
=
mutableListOf()
)
:
Serializable
Constructors
Properties
Constructors
Item
Link copied to clipboard
fun
Item
(
name
:
String
=
""
,
build
:
String
=
""
,
version
:
String
=
""
,
channel
:
String
=
""
,
platformBuild
:
String
?
=
null
,
platformVersion
:
String
?
=
null
,
date
:
String
=
""
,
downloads
:
List
<
Download
>
=
mutableListOf()
)
Properties
build
Link copied to clipboard
var
build
:
String
channel
Link copied to clipboard
var
channel
:
String
date
Link copied to clipboard
var
date
:
String
downloads
Link copied to clipboard
var
downloads
:
List
<
Download
>
name
Link copied to clipboard
var
name
:
String
platform
Build
Link copied to clipboard
var
platformBuild
:
String
?
=
null
platform
Version
Link copied to clipboard
var
platformVersion
:
String
?
=
null
version
Link copied to clipboard
var
version
:
String