order property

int? order
final

The order for the action. This value is required for rules with multiple actions. The action with the lowest value for order is performed first.

Implementation

final int? order;