IdAddedOrRemoved
The IdAddedOrRemoved
type describes a change made to an Id
in a list of Ids
.
1 | -1
This type is used in other types like ChangedTaskRunIds.
It is a simple number: a 1 indicates that a given Id
was added to a list of Ids
, and a -1 indicates that it was removed.
Since
v1.2.0