Instance constructor

Instance({
  1. String? createTime,
  2. String? creator,
  3. bool? disableProxyAccess,
  4. bool? enableThirdPartyIdentity,
  5. GceSetup? gceSetup,
  6. Map<String, String>? healthInfo,
  7. String? healthState,
  8. String? id,
  9. List<String>? instanceOwners,
  10. Map<String, String>? labels,
  11. String? name,
  12. String? proxyUri,
  13. bool? satisfiesPzi,
  14. bool? satisfiesPzs,
  15. String? state,
  16. String? thirdPartyProxyUrl,
  17. String? updateTime,
  18. List<UpgradeHistoryEntry>? upgradeHistory,
})

Implementation

Instance({
  this.createTime,
  this.creator,
  this.disableProxyAccess,
  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,
});