fantia
Toggle table of contents
0.0.3
common
Platform filter
common
Switch theme
Search in API
fantia
fanbox
/
me.matsumo.fankt.fanbox.domain
/
PageOffsetInfo
Page
Offset
Info
@
Serializable
data
class
PageOffsetInfo
<
T
>
(
val
contents
:
List
<
T
>
,
val
offset
:
Int
?
)
Members
Constructors
Page
Offset
Info
Link copied to clipboard
constructor
(
contents
:
List
<
T
>
,
offset
:
Int
?
)
Properties
contents
Link copied to clipboard
val
contents
:
List
<
T
>
offset
Link copied to clipboard
val
offset
:
Int
?