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

Volumes mounted within the app container. Only applicable in the App Engine flexible environment.

Attributes

  • name (type: String.t, default: nil) - Unique name for the volume.
  • sizeGb (type: float(), default: nil) - Volume size in gigabytes.
  • volumeType (type: String.t, default: nil) - Underlying volume type, e.g. 'tmpfs'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AppEngine.V1.Model.Volume{
  name: String.t() | nil,
  sizeGb: float() | nil,
  volumeType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.