SetValueResponse

data class SetValueResponse(val isSecret: Boolean? = null, val name: String, val value: String)

The properties of a overridable value that can be passed to a task template.

Constructors

Link copied to clipboard
constructor(isSecret: Boolean? = null, name: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isSecret: Boolean? = null

Flag to indicate whether the value represents a secret or not.

Link copied to clipboard

The name of the overridable value.

Link copied to clipboard

The overridable value.