Version constructor

Version({
  1. ApiConfigHandler? apiConfig,
  2. bool? appEngineApis,
  3. AutomaticScaling? automaticScaling,
  4. BasicScaling? basicScaling,
  5. Map<String, String>? betaSettings,
  6. Map<String, String>? buildEnvVariables,
  7. String? createTime,
  8. String? createdBy,
  9. String? defaultExpiration,
  10. Deployment? deployment,
  11. String? diskUsageBytes,
  12. EndpointsApiService? endpointsApiService,
  13. Entrypoint? entrypoint,
  14. String? env,
  15. Map<String, String>? envVariables,
  16. List<ErrorHandler>? errorHandlers,
  17. FlexibleRuntimeSettings? flexibleRuntimeSettings,
  18. Map<String, Object?>? generatedCustomerMetadata,
  19. List<UrlMap>? handlers,
  20. HealthCheck? healthCheck,
  21. String? id,
  22. List<String>? inboundServices,
  23. String? instanceClass,
  24. List<Library>? libraries,
  25. LivenessCheck? livenessCheck,
  26. ManualScaling? manualScaling,
  27. String? name,
  28. Network? network,
  29. String? nobuildFilesRegex,
  30. ReadinessCheck? readinessCheck,
  31. Resources? resources,
  32. String? runtime,
  33. String? runtimeApiVersion,
  34. String? runtimeChannel,
  35. String? runtimeMainExecutablePath,
  36. String? serviceAccount,
  37. String? servingStatus,
  38. bool? threadsafe,
  39. String? versionUrl,
  40. bool? vm,
  41. VpcAccessConnector? vpcAccessConnector,
  42. List<String>? zones,
})

Implementation

Version({
  this.apiConfig,
  this.appEngineApis,
  this.automaticScaling,
  this.basicScaling,
  this.betaSettings,
  this.buildEnvVariables,
  this.createTime,
  this.createdBy,
  this.defaultExpiration,
  this.deployment,
  this.diskUsageBytes,
  this.endpointsApiService,
  this.entrypoint,
  this.env,
  this.envVariables,
  this.errorHandlers,
  this.flexibleRuntimeSettings,
  this.generatedCustomerMetadata,
  this.handlers,
  this.healthCheck,
  this.id,
  this.inboundServices,
  this.instanceClass,
  this.libraries,
  this.livenessCheck,
  this.manualScaling,
  this.name,
  this.network,
  this.nobuildFilesRegex,
  this.readinessCheck,
  this.resources,
  this.runtime,
  this.runtimeApiVersion,
  this.runtimeChannel,
  this.runtimeMainExecutablePath,
  this.serviceAccount,
  this.servingStatus,
  this.threadsafe,
  this.versionUrl,
  this.vm,
  this.vpcAccessConnector,
  this.zones,
});