InstanceGroup constructor
      
      InstanceGroup({})
     
    
    
Implementation
InstanceGroup({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.id,
  this.kind,
  this.name,
  this.namedPorts,
  this.network,
  this.region,
  this.selfLink,
  this.size,
  this.subnetwork,
  this.zone,
});