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
Link copied to clipboard

Functions

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