Version constructor

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

Implementation

Version({
  this.apiConfig,
  this.appEngineApis,
  this.appEngineBundledServices,
  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,
});