Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_models
/
io.writeopia.sdk.models.link
/
DocumentLink
Document
Link
data
class
DocumentLink
(
val
id
:
String
,
val
title
:
String
?
=
null
)
Members
Constructors
Document
Link
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