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

Functions

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