Automation constructor

Automation({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? description,
  4. String? etag,
  5. Map<String, String>? labels,
  6. String? name,
  7. List<AutomationRule>? rules,
  8. AutomationResourceSelector? selector,
  9. String? serviceAccount,
  10. bool? suspended,
  11. String? uid,
  12. String? updateTime,
})

Implementation

Automation({
  this.annotations,
  this.createTime,
  this.description,
  this.etag,
  this.labels,
  this.name,
  this.rules,
  this.selector,
  this.serviceAccount,
  this.suspended,
  this.uid,
  this.updateTime,
});