Instance constructor

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

Implementation

Instance({
  this.adminSettings,
  this.consumerNetwork,
  this.createTime,
  this.customDomain,
  this.denyMaintenancePeriod,
  this.egressPublicIp,
  this.encryptionConfig,
  this.ingressPrivateIp,
  this.ingressPublicIp,
  this.lastDenyMaintenancePeriod,
  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.state,
  this.updateTime,
  this.userMetadata,
});