toggle menu
Writeopia
common
switch theme
search in API
writeopia_models
/
io.writeopia.sdk.models.story
/
TagInfo
Tag
Info
data
class
TagInfo
(
val
tag
:
Tag
,
val
position
:
Int
=
0
)
Members
Constructors
Tag
Info
Link copied to clipboard
constructor
(
tag
:
Tag
,
position
:
Int
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
position
Link copied to clipboard
val
position
:
Int
=
0
tag
Link copied to clipboard
val
tag
:
Tag