toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.api.generic.userinfo
/
CheckManagedGallery
/
Gallery
Gallery
data
class
Gallery
(
val
hide
:
Int
,
val
id
:
String
,
val
title
:
String
,
val
type
:
String
,
val
managerType
:
String
)
Members
Constructors
Gallery
Link copied to clipboard
constructor
(
hide
:
Int
,
id
:
String
,
title
:
String
,
type
:
String
,
managerType
:
String
)
Properties
hide
Link copied to clipboard
val
hide
:
Int
id
Link copied to clipboard
val
id
:
String
manager
Type
Link copied to clipboard
val
managerType
:
String
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
String