excludes property

List<String>? excludes
getter/setter pair

List of packages to exclude from update.

These packages are excluded by using the yum --exclude flag.

Implementation

core.List<core.String>? excludes;