fankt
Toggle table of contents
0.0.1
common
Platform filter
common
Switch theme
Search in API
fankt
fankt
/
me.matsumo.fankt.domain.model
/
FanboxCreator
Fanbox
Creator
data
class
FanboxCreator
(
val
creatorId
:
FanboxCreatorId
?
,
val
user
:
FanboxUser
?
)
Members
Constructors
Fanbox
Creator
Link copied to clipboard
constructor
(
creatorId
:
FanboxCreatorId
?
,
user
:
FanboxUser
?
)
Properties
creator
Id
Link copied to clipboard
val
creatorId
:
FanboxCreatorId
?
user
Link copied to clipboard
val
user
:
FanboxUser
?