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

The entrypoint for the application.

Attributes

  • shell (type: String.t, default: nil) - The format should be a shell command that can be fed to bash -c.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.Entrypoint{shell: String.t() | nil}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.