TargetInstance constructor
      
      TargetInstance({})
     
    
    
Implementation
TargetInstance({
  this.creationTimestamp,
  this.description,
  this.id,
  this.instance,
  this.kind,
  this.name,
  this.natPolicy,
  this.network,
  this.securityPolicy,
  this.selfLink,
  this.zone,
});