startType property

String? startType
getter/setter pair

The start type of the upgrade. Possible string values are:

  • "START_TYPE_UNSPECIFIED" : Upgrade start type is unspecified.
  • "AUTOMATIC" : Upgrade started automatically.
  • "MANUAL" : Upgrade started manually.

Implementation

core.String? startType;