Zone constructor
      
      Zone({})
     
    
    
Implementation
Zone({
  this.availableCpuPlatforms,
  this.creationTimestamp,
  this.deprecated,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.region,
  this.selfLink,
  this.status,
  this.supportsPzs,
});