warnings property

List<MoveImpact>? warnings
getter/setter pair

Warning information indicating that moving the target resource to the specified destination might be unsafe.

This can include important policy information and configuration changes, but will not block moves at runtime.

Implementation

core.List<MoveImpact>? warnings;