GetConfigurationPlainArgs

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

A collection of arguments for invoking getConfiguration.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the configuration.

Functions

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