Domain constructor
      
      Domain({})
     
    
    
Implementation
Domain({
  this.annotations,
  this.createTime,
  this.customDomainStatus,
  this.deleteTime,
  this.disabled,
  this.displayName,
  this.etag,
  this.labels,
  this.name,
  this.reconciling,
  this.serve,
  this.type,
  this.uid,
  this.updateTime,
});