pendingOperations property

List<String>? pendingOperations
getter/setter pair

List of pending (wait to be executed) UnitOperations for this unit.

Optional. Output only.

Implementation

core.List<core.String>? pendingOperations;