GetPipelineScheduleVariable

data class GetPipelineScheduleVariable(val key: String, val value: String, val variableType: String)

Constructors

Link copied to clipboard
constructor(key: String, value: String, variableType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key of a variable.

Link copied to clipboard

The value of a variable.

Link copied to clipboard

The type of a variable, one of: env_var and file.