automations property

List<String>? get automations

Property getter and setter for automations:

Implementation

List<String>? get automations;
set automations (List<String>? automations)

Implementation

set automations(List<String>? automations);