| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier for this block. | |
| type | String | Identifies the block variant and determines which additional properties are present in it. | |
| tags | List<String> | Semantic labels attached to this block. | [optional] |
| operator | OperatorEnum | The update operation applied to the attribute. | |
| attribute | UpdateAttributeValueBlock1Attribute | ||
| value | Object | [optional] | |
| target | UpdateAttributeValueBlock1Target |
| Name | Value |
|---|---|
| SET_TO | "setTo" |
| INCREASE_BY | "increaseBy" |
| DECREASE_BY | "decreaseBy" |
| MULTIPLY_BY | "multiplyBy" |
| DIVIDE_BY | "divideBy" |
| TOGGLE | "toggle" |
| LATER_BY | "laterBy" |
| EARLIER_BY | "earlierBy" |