fieldActions property
A list of transformation rule actions to take against candidate resources.
Actions are executed in order defined - this order matters, as they could potentially interfere with each other and the first operation could affect the outcome of the second operation.
Required.
Implementation
core.List<TransformationRuleAction>? fieldActions;