GetPluginPlainArgs

data class GetPluginPlainArgs(val alias: String? = null, val id: String? = null) : ConvertibleToJava<GetPluginPlainArgs>

A collection of arguments for invoking getPlugin.

Constructors

Link copied to clipboard
constructor(alias: String? = null, id: String? = null)

Properties

Link copied to clipboard
val alias: String? = null

The alias of the Docker plugin. If the tag is omitted, :latest is complemented to the attribute value.

Link copied to clipboard
val id: String? = null

The ID of the plugin, which has precedence over the alias of both are given

Functions

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