GetNamespacePlainArgs

data class GetNamespacePlainArgs(val namespaceName: String) : ConvertibleToJava<GetNamespacePlainArgs>

A collection of arguments for invoking getNamespace.

Constructors

Link copied to clipboard
constructor(namespaceName: String)

Properties

Link copied to clipboard

The name of the namespace.

Functions

Link copied to clipboard
open override fun toJava(): GetNamespacePlainArgs