GetPluginPlainArgs

data class GetPluginPlainArgs(val applicationId: String, val pluginId: String) : ConvertibleToJava<GetPluginPlainArgs>

Constructors

Link copied to clipboard
constructor(applicationId: String, pluginId: String)

Properties

Link copied to clipboard

The identifier of the application that will contain the plugin.

Link copied to clipboard

The identifier of the plugin.

Functions

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