1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. EscValue

EscValue

    A Value is the result of evaluating an expression within an environment definition.

    Properties

    • value object optional
      Value holds the concrete representation of the value. May be nil, bool, json.Number, string, []Value, or map[string]Value.
    • secret boolean optional
      Secret is true if this value is secret.
    • unknown boolean optional
      Unknown is true if this value is unknown.
    • trace EscTrace required
      Trace holds information about the expression that computed this value and the value (if any) with which it was merged.
    • def EscRange required
      Def is the range of the expression that computed a value.
    • base EscValue optional
      Base is the base value with which a value was merged.