GetProjectVariablesVariable

data class GetProjectVariablesVariable(val environmentScope: String, val key: String, val masked: Boolean, val project: String, val protected: Boolean, val raw: Boolean, val value: String, val variableType: String)

Constructors

Link copied to clipboard
fun GetProjectVariablesVariable(environmentScope: String, key: String, masked: Boolean, project: String, protected: Boolean, raw: 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
val key: String
Link copied to clipboard
Link copied to clipboard

The name or id of the project.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard