Instance constructor

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

Implementation

Instance({
  this.createTime,
  this.creator,
  this.disableProxyAccess,
  this.gceSetup,
  this.healthInfo,
  this.healthState,
  this.id,
  this.instanceOwners,
  this.labels,
  this.name,
  this.proxyUri,
  this.state,
  this.thirdPartyProxyUrl,
  this.updateTime,
  this.upgradeHistory,
});