GetGroupVariablePlainArgs

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

A collection of arguments for invoking getGroupVariable.

Constructors

Link copied to clipboard
constructor(environmentScope: String? = null, group: String, key: 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

The name or id of the group.

Link copied to clipboard
val key: String

The name of the variable.

Functions

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