gradle-intellij-plugin
1.13.0
gradle-intellij-plugin
/
org.jetbrains.intellij.model
/
Product
Product
data
class
Product
(
var
name
:
String
=
""
,
var
codes
:
List
<
String
>
=
mutableListOf()
,
var
channels
:
List
<
Channel
>
=
mutableListOf()
)
:
Serializable
Constructors
Properties
Constructors
Product
Link copied to clipboard
fun
Product
(
name
:
String
=
""
,
codes
:
List
<
String
>
=
mutableListOf()
,
channels
:
List
<
Channel
>
=
mutableListOf()
)
Properties
channels
Link copied to clipboard
var
channels
:
List
<
Channel
>
codes
Link copied to clipboard
var
codes
:
List
<
String
>
name
Link copied to clipboard
var
name
:
String