GetRegistryPlainArgs

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

A collection of arguments for invoking getRegistry.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the Glue Registry.

Functions

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