toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.generic.userinfo
/
MyGall
/
MyGallResult
My
Gall
Result
data
class
MyGallResult
(
val
myGall
:
List
<
Gallery
>
,
val
favorite
:
List
<
Gallery
>
)
Members
Constructors
My
Gall
Result
Link copied to clipboard
constructor
(
myGall
:
List
<
Gallery
>
,
favorite
:
List
<
Gallery
>
)
Properties
favorite
Link copied to clipboard
val
favorite
:
List
<
Gallery
>
my
Gall
Link copied to clipboard
val
myGall
:
List
<
Gallery
>