ListAutomationsResponse constructor
      
      ListAutomationsResponse({ 
    
    
- List<
Automation> ? automations, - String? nextPageToken,
 - List<
String> ? unreachable, 
Implementation
ListAutomationsResponse({
  this.automations,
  this.nextPageToken,
  this.unreachable,
});