Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_serialization
/
io.writeopia.sdk.serialization.data
/
DocumentLinkApi
Document
Link
Api
@
Serializable
data
class
DocumentLinkApi
(
val
id
:
String
,
val
title
:
String
?
=
null
)
Members
Members & Extensions
Constructors
Document
Link
Api
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String
?
=
null
Functions
to
Model
Link copied to clipboard
fun
DocumentLinkApi
.
toModel
(
)
:
DocumentLink