Service constructor
      
      Service({ 
    
    
- String? artifactGcsUri,
- String? createTime,
- String? databaseType,
- bool? deletionProtection,
- EncryptionConfig? encryptionConfig,
- String? endpointUri,
- HiveMetastoreConfig? hiveMetastoreConfig,
- Map<String, String> ? labels,
- MaintenanceWindow? maintenanceWindow,
- MetadataIntegration? metadataIntegration,
- MetadataManagementActivity? metadataManagementActivity,
- String? name,
- String? network,
- NetworkConfig? networkConfig,
- int? port,
- String? releaseChannel,
- ScalingConfig? scalingConfig,
- ScheduledBackup? scheduledBackup,
- String? state,
- String? stateMessage,
- Map<String, String> ? tags,
- TelemetryConfig? telemetryConfig,
- String? tier,
- String? uid,
- String? updateTime,
Implementation
Service({
  this.artifactGcsUri,
  this.createTime,
  this.databaseType,
  this.deletionProtection,
  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.tags,
  this.telemetryConfig,
  this.tier,
  this.uid,
  this.updateTime,
});