GetParameterPlainArgs

data class GetParameterPlainArgs(val parameterId: String, val project: String? = null) : ConvertibleToJava<GetParameterPlainArgs>

A collection of arguments for invoking getParameter.

Constructors

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

Properties

Link copied to clipboard

The name of the parameter.

Link copied to clipboard
val project: String? = null

The ID of the project in which the resource belongs.

Functions

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