ListAutomationsResponse constructor

ListAutomationsResponse({
  1. List<Automation>? automations,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListAutomationsResponse({
  this.automations,
  this.nextPageToken,
  this.unreachable,
});