XmlSerialName

data class XmlSerialName(val name: String)

Specifies the name that a field is encoded into for Xml nodes. See https://awslabs.github.io/smithy/1.0/spec/core/xml-traits.html?highlight=xmlname#xmlname-trait

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard