exclusivePackages property

List<String>? exclusivePackages
getter/setter pair

An exclusive list of packages to be updated.

These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.

Implementation

core.List<core.String>? exclusivePackages;