Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_serialization
/
io.writeopia.sdk.serialization.data
/
TagInfoApi
Tag
Info
Api
@
Serializable
data
class
TagInfoApi
(
val
tag
:
String
,
val
position
:
Int
)
Members
Members & Extensions
Constructors
Tag
Info
Api
Link copied to clipboard
constructor
(
tag
:
String
,
position
:
Int
)
Properties
position
Link copied to clipboard
val
position
:
Int
tag
Link copied to clipboard
val
tag
:
String
Functions
to
Model
Link copied to clipboard
fun
TagInfoApi
.
toModel
(
)
:
TagInfo