GetNamespacePlainArgs

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

A collection of arguments for invoking getNamespace.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

(string) - The name of the namespace.

Functions

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