fanbox
Toggle table of contents
0.0.15
common
Platform filter
common
Switch theme
Search in API
fanbox
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxUser
Fanbox
User
@
Serializable
data
class
FanboxUser
(
val
userId
:
FanboxUserId
?
,
val
creatorId
:
FanboxCreatorId
?
,
val
name
:
String
,
val
iconUrl
:
String
?
)
Members
Constructors
Fanbox
User
Link copied to clipboard
constructor
(
userId
:
FanboxUserId
?
,
creatorId
:
FanboxCreatorId
?
,
name
:
String
,
iconUrl
:
String
?
)
Properties
creator
Id
Link copied to clipboard
val
creatorId
:
FanboxCreatorId
?
icon
Url
Link copied to clipboard
val
iconUrl
:
String
?
name
Link copied to clipboard
val
name
:
String
user
Id
Link copied to clipboard
val
userId
:
FanboxUserId
?