FlexibleRuntimeSettingsResponse

data class FlexibleRuntimeSettingsResponse(val operatingSystem: String, val runtimeVersion: String)

Runtime settings for the App Engine flexible environment.

Constructors

Link copied to clipboard
fun FlexibleRuntimeSettingsResponse(operatingSystem: String, runtimeVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operating system of the application runtime.

Link copied to clipboard

The runtime version of an App Engine flexible application.