GetProjectVariablePlainArgs

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

A collection of arguments for invoking getProjectVariable.

Constructors

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

Properties

Link copied to clipboard

The environment scope of the variable. Defaults to all environment (*). Note that in Community Editions of Gitlab, values other than * will cause inconsistent plans.

Link copied to clipboard
val key: String

The name of the variable.

Link copied to clipboard

The name or id of the project.

Functions

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