gradle-intellij-plugin
1.13.0
gradle-intellij-plugin
/
org.jetbrains.intellij.model
/
CustomProperty
Custom
Property
@
Serializable
data
class
CustomProperty
(
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Constructors
Properties
Constructors
Custom
Property
Link copied to clipboard
fun
CustomProperty
(
key
:
String
?
=
null
,
value
:
String
?
=
null
)
Properties
key
Link copied to clipboard
val
key
:
String
?
=
null
value
Link copied to clipboard
val
value
:
String
?
=
null