Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_serialization
/
io.writeopia.sdk.serialization.data
/
StoryTypeApi
Story
Type
Api
@
Serializable
data
class
StoryTypeApi
(
val
name
:
String
,
val
number
:
Int
)
Members
Members & Extensions
Constructors
Story
Type
Api
Link copied to clipboard
constructor
(
name
:
String
,
number
:
Int
)
Properties
name
Link copied to clipboard
val
name
:
String
number
Link copied to clipboard
val
number
:
Int
Functions
to
Model
Link copied to clipboard
fun
StoryTypeApi
.
toModel
(
)
:
StoryType