GoogleApi.NetworkManagement.V1beta1.Model.AppEngineVersionInfo (google_api_network_management v0.39.0)

View Source

For display only. Metadata associated with an App Engine version.

Attributes

  • displayName (type: String.t, default: nil) - Name of an App Engine version.
  • environment (type: String.t, default: nil) - App Engine execution environment for a version.
  • runtime (type: String.t, default: nil) - Runtime of the App Engine version.
  • uri (type: String.t, default: nil) - URI of an App Engine version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.AppEngineVersionInfo{
  displayName: String.t() | nil,
  environment: String.t() | nil,
  runtime: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.