View Source GoogleApi.AppEngine.V1.Model.FlexibleRuntimeSettings (google_api_app_engine v0.42.0)

Runtime settings for the App Engine flexible environment.

Attributes

  • operatingSystem (type: String.t, default: nil) - The operating system of the application runtime.
  • runtimeVersion (type: String.t, default: nil) - The runtime version of an App Engine flexible application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.FlexibleRuntimeSettings{
  operatingSystem: String.t() | nil,
  runtimeVersion: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.