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