NamespaceName

data class NamespaceName(val value: String? = null)

Represents the name of a namespace.

Constructors

Link copied to clipboard
constructor(value: String? = null)

Properties

Link copied to clipboard
val value: String? = null

The value of the namespace name (optional).