Property getter and setter for automations:
List<String>? get automations;
set automations(List<String>? automations);