Instance constructor
      
      Instance({ 
    
    
- String? createTime,
- String? creator,
- bool? disableProxyAccess,
- bool? enableDeletionProtection,
- bool? enableManagedEuc,
- bool? enableThirdPartyIdentity,
- GceSetup? gceSetup,
- Map<String, String> ? healthInfo,
- String? healthState,
- String? id,
- List<String> ? instanceOwners,
- Map<String, String> ? labels,
- String? name,
- String? proxyUri,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? state,
- String? thirdPartyProxyUrl,
- String? updateTime,
- List<UpgradeHistoryEntry> ? upgradeHistory,
Implementation
Instance({
  this.createTime,
  this.creator,
  this.disableProxyAccess,
  this.enableDeletionProtection,
  this.enableManagedEuc,
  this.enableThirdPartyIdentity,
  this.gceSetup,
  this.healthInfo,
  this.healthState,
  this.id,
  this.instanceOwners,
  this.labels,
  this.name,
  this.proxyUri,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.thirdPartyProxyUrl,
  this.updateTime,
  this.upgradeHistory,
});