actions property

Map<String, List<String>>? actions
getter/setter pair

This attribute is a map of actions allowed to create analytics actions record. In this map, each key is an action name following the beagleAction value on the JSON provided to create our screen. The value for each key is a list of attributes that you would like to be reported.

Implementation

Map<String, List<String>>? actions;