Instance constructor

Instance({
  1. AdminSettings? adminSettings,
  2. String? classType,
  3. String? consumerNetwork,
  4. String? createTime,
  5. CustomDomain? customDomain,
  6. DenyMaintenancePeriod? denyMaintenancePeriod,
  7. String? egressPublicIp,
  8. EncryptionConfig? encryptionConfig,
  9. bool? fipsEnabled,
  10. bool? geminiEnabled,
  11. String? ingressPrivateIp,
  12. String? ingressPublicIp,
  13. DenyMaintenancePeriod? lastDenyMaintenancePeriod,
  14. String? linkedLspProjectNumber,
  15. String? lookerUri,
  16. String? lookerVersion,
  17. MaintenanceSchedule? maintenanceSchedule,
  18. MaintenanceWindow? maintenanceWindow,
  19. String? name,
  20. OAuthConfig? oauthConfig,
  21. String? platformEdition,
  22. bool? privateIpEnabled,
  23. PscConfig? pscConfig,
  24. bool? pscEnabled,
  25. bool? publicIpEnabled,
  26. String? reservedRange,
  27. bool? satisfiesPzi,
  28. bool? satisfiesPzs,
  29. String? state,
  30. String? updateTime,
  31. UserMetadata? userMetadata,
})

Implementation

Instance({
  this.adminSettings,
  this.classType,
  this.consumerNetwork,
  this.createTime,
  this.customDomain,
  this.denyMaintenancePeriod,
  this.egressPublicIp,
  this.encryptionConfig,
  this.fipsEnabled,
  this.geminiEnabled,
  this.ingressPrivateIp,
  this.ingressPublicIp,
  this.lastDenyMaintenancePeriod,
  this.linkedLspProjectNumber,
  this.lookerUri,
  this.lookerVersion,
  this.maintenanceSchedule,
  this.maintenanceWindow,
  this.name,
  this.oauthConfig,
  this.platformEdition,
  this.privateIpEnabled,
  this.pscConfig,
  this.pscEnabled,
  this.publicIpEnabled,
  this.reservedRange,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
  this.updateTime,
  this.userMetadata,
});