gradle-intellij-plugin
1.13.0
gradle-intellij-plugin
/
org.jetbrains.intellij.model
/
Patch
Patch
data
class
Patch
(
var
from
:
String
=
""
,
var
size
:
String
=
""
,
var
fullFrom
:
String
=
""
)
:
Serializable
Constructors
Properties
Constructors
Patch
Link copied to clipboard
fun
Patch
(
from
:
String
=
""
,
size
:
String
=
""
,
fullFrom
:
String
=
""
)
Properties
from
Link copied to clipboard
var
from
:
String
full
From
Link copied to clipboard
var
fullFrom
:
String
size
Link copied to clipboard
var
size
:
String