GetGroupVariablesVariable

data class GetGroupVariablesVariable(val environmentScope: String, val group: String, val key: String, val masked: Boolean, val protected: Boolean, val value: String, val variableType: String)

Constructors

Link copied to clipboard
constructor(environmentScope: String, group: String, key: String, masked: Boolean, protected: Boolean, value: String, variableType: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard