fankt
Toggle table of contents
0.0.1
common
Platform filter
common
Switch theme
Search in API
fankt
fankt
/
me.matsumo.fankt.domain
/
FanboxCursor
Fanbox
Cursor
@
Serializable
data
class
FanboxCursor
(
val
maxPublishedDatetime
:
String
,
val
maxId
:
String
,
val
limit
:
Int
?
)
Members
Constructors
Fanbox
Cursor
Link copied to clipboard
constructor
(
maxPublishedDatetime
:
String
,
maxId
:
String
,
limit
:
Int
?
)
Properties
limit
Link copied to clipboard
val
limit
:
Int
?
max
Id
Link copied to clipboard
val
maxId
:
String
max
Published
Datetime
Link copied to clipboard
val
maxPublishedDatetime
:
String