Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
serde-xml
/
aws.smithy.kotlin.runtime.serde.xml
/
XmlToken
/
Text
Text
data
class
Text
(
val
depth
:
Int
,
val
value
:
String
?
)
:
XmlToken
An XML element text as string
Members
Constructors
Text
Link copied to clipboard
constructor
(
depth
:
Int
,
value
:
String
?
)
Properties
depth
Link copied to clipboard
open
override
val
depth
:
Int
value
Link copied to clipboard
val
value
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String