dtkt.flow.v1beta1spec.protoVar
MessageVar is an intermediate value in a Flow used to transform and/or memoize the result of a computation for reuse.
| Field | Type | Number | Description |
|---|---|---|---|
| id | string | 1 | No description. |
| cache | bool | 2 | When cache is true var always returns its first non-null memoized value. |
| typeOneOf | No description. | ||
| value | string | 3 | Given expression evaluates to var's memoized value, example: "= inputs.foo.getValue()" |
| switch | Switch dtkt.flow.v1beta1.Switch | 4 | Given switch statement's first matching case (otherwise default) evaluates to var's memoized value. |