google_api_memcache v0.3.1 GoogleApi.Memcache.V1beta2.Model.InstanceMessage View Source

Attributes

  • code (type: String.t, default: nil) - A code that correspond to one type of user-facing message.
  • message (type: String.t, default: nil) - Message on memcached instance which will be exposed to users.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Memcache.V1beta2.Model.InstanceMessage{
  code: String.t(),
  message: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.