type property

String? type
getter/setter pair

By changing the type to DIST, the patching is performed using apt-get dist-upgrade instead. Possible string values are:

  • "TYPE_UNSPECIFIED" : By default, upgrade will be performed.
  • "DIST" : Runs apt-get dist-upgrade.
  • "UPGRADE" : Runs apt-get upgrade.

Implementation

core.String? type;