ScopeNamespaceResponse

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

Specifies that the scope of the extensionInstance 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 extensionInstance will be created for an Namespace scoped extensionInstance. If this namespace does not exist, it will be created