actions property

List<Action>? actions
final

The actions. Each rule must include exactly one of the following types of actions: forward, redirect, or fixed-response, and it must be the last action to be performed.

Implementation

final List<Action>? actions;