Action constructor

Action({
  1. Map<String, String>? arguments,
  2. String? crawlerName,
  3. String? jobName,
  4. NotificationProperty? notificationProperty,
  5. String? securityConfiguration,
  6. int? timeout,
})

Implementation

Action({
  this.arguments,
  this.crawlerName,
  this.jobName,
  this.notificationProperty,
  this.securityConfiguration,
  this.timeout,
});