changeType property

String? changeType
getter/setter pair

The type for this change, either ADDED, REMOVED, or MODIFIED. Possible string values are:

  • "CHANGE_TYPE_UNSPECIFIED" : No value was provided.
  • "ADDED" : The changed object exists in the 'new' service configuration, but not in the 'old' service configuration.
  • "REMOVED" : The changed object exists in the 'old' service configuration, but not in the 'new' service configuration.
  • "MODIFIED" : The changed object exists in both service configurations, but its value is different.

Implementation

core.String? changeType;