Rollout constructor
      
      Rollout({})
     
    
    
Implementation
Rollout({
  this.annotations,
  this.build,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.error,
  this.etag,
  this.labels,
  this.name,
  this.reconciling,
  this.state,
  this.uid,
  this.updateTime,
});