Automation constructor
      
      Automation({})
     
    
    
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,
});