The operation action, one of the ObjectOperationAction enum values.
Optional counter
The payload for the operation if the action is COUNTER_CREATE. Defines the initial value of the counter object.
Optional counterThe payload for the operation if it is a mutation operation on a counter object.
Optional map
The payload for the operation if the action is MAP_CREATE. Defines the initial value of the map object.
Optional mapThe payload for the operation if it is a mutation operation on a map object.
The ID of the object the operation was applied to.
Generated using TypeDoc
An operation that was applied to an object on a channel.