invokers property

List<String>? invokers
getter/setter pair

What invoked the action.

If left empty, all invoker types will be restricted.

Optional.

Implementation

core.List<core.String>? invokers;