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
/
Namespace
Namespace
data
class
Namespace
(
val
uri
:
String
,
val
prefix
:
String
?
=
null
)
An namespace declaration (xmlns)
Members
Constructors
Namespace
Link copied to clipboard
constructor
(
uri
:
String
,
prefix
:
String
?
=
null
)
Properties
prefix
Link copied to clipboard
val
prefix
:
String
?
=
null
uri
Link copied to clipboard
val
uri
:
String