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

A NetworkSettings resource is a container for ingress settings for a version or service.

Attributes

  • ingressTrafficAllowed (type: String.t, default: nil) - The ingress settings for version or service.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.