automations property

List<String>? automations

Property getter and setter for automations:

Implementation

List<String>? get automations;
void automations=(List<String>? automations)

Implementation

set automations(List<String>? automations);