Service constructor

Service({
  1. String? artifactGcsUri,
  2. String? createTime,
  3. String? databaseType,
  4. EncryptionConfig? encryptionConfig,
  5. String? endpointUri,
  6. HiveMetastoreConfig? hiveMetastoreConfig,
  7. Map<String, String>? labels,
  8. MaintenanceWindow? maintenanceWindow,
  9. MetadataIntegration? metadataIntegration,
  10. MetadataManagementActivity? metadataManagementActivity,
  11. String? name,
  12. String? network,
  13. NetworkConfig? networkConfig,
  14. int? port,
  15. String? releaseChannel,
  16. ScalingConfig? scalingConfig,
  17. ScheduledBackup? scheduledBackup,
  18. String? state,
  19. String? stateMessage,
  20. TelemetryConfig? telemetryConfig,
  21. String? tier,
  22. String? uid,
  23. String? updateTime,
})

Implementation

Service({
  this.artifactGcsUri,
  this.createTime,
  this.databaseType,
  this.encryptionConfig,
  this.endpointUri,
  this.hiveMetastoreConfig,
  this.labels,
  this.maintenanceWindow,
  this.metadataIntegration,
  this.metadataManagementActivity,
  this.name,
  this.network,
  this.networkConfig,
  this.port,
  this.releaseChannel,
  this.scalingConfig,
  this.scheduledBackup,
  this.state,
  this.stateMessage,
  this.telemetryConfig,
  this.tier,
  this.uid,
  this.updateTime,
});