GetPluginsPlainArgs

data class GetPluginsPlainArgs(val type: String? = null) : ConvertibleToJava<GetPluginsPlainArgs>

A collection of arguments for invoking getPlugins.

Constructors

Link copied to clipboard
fun GetPluginsPlainArgs(type: String? = null)

Functions

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

Properties

Link copied to clipboard
val type: String? = null