lastEditor property
Indicates who most recently edited the upgrade schedule.
The value is updated whenever the upgrade is rescheduled.
Output only. Possible string values are:
- "EDITOR_UNSPECIFIED" : The default value. This value should never be used.
- "SYSTEM" : The upgrade is scheduled by the System or internal service.
- "USER" : The upgrade is scheduled by the end user.
Implementation
core.String? lastEditor;