NameValue

@Serializable
data class NameValue(val name: String, val value: String)

A name/value pair.

Constructors

Link copied to clipboard
constructor(name: String, value: String)

Properties

Link copied to clipboard

Attribute/property name.

Link copied to clipboard

Attribute/property value.