artifactDelta property

Map<String, int>? artifactDelta
getter/setter pair

Indicates that the event is updating an artifact.

key is the filename, value is the version.

Optional.

Implementation

core.Map<core.String, core.int>? artifactDelta;