GetProjectVariablesPlainArgs

data class GetProjectVariablesPlainArgs(val environmentScope: String? = null, val project: String) : ConvertibleToJava<GetProjectVariablesPlainArgs>

A collection of arguments for invoking getProjectVariables.

Constructors

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

Properties

Link copied to clipboard

The environment scope of the variable. Defaults to all environment (*).

Link copied to clipboard

The name or id of the project.

Functions

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