Module

@Serializable
@XmlSerialName(value = "module")
data class Module(val value: String)

Represents a module element

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
@XmlValue
val value: String