GetVariablePlainArgs

data class GetVariablePlainArgs(val name: String, val parent: String, val project: String? = null) : ConvertibleToJava<GetVariablePlainArgs>

A collection of arguments for invoking getVariable.

Constructors

Link copied to clipboard
constructor(name: String, parent: String, project: String? = null)

Properties

Link copied to clipboard

The name of the Runtime Configurator configuration.

Link copied to clipboard

The name of the RuntimeConfig resource containing this variable.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Functions

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