GetCustomPluginPlainArgs

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

A collection of arguments for invoking getCustomPlugin.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Name of the custom plugin.

Functions

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