GetGroupVariablesPlainArgs

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

A collection of arguments for invoking getGroupVariables.

Constructors

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

Functions

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