ScopeNamespaceResponse

data class ScopeNamespaceResponse(val targetNamespace: String? = null)

Specifies that the scope of the extension is Namespace

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val targetNamespace: String? = null

Namespace where the extension will be created for an Namespace scoped extension. If this namespace does not exist, it will be created