GoogleApi.Memcache.V1beta2.Model.InstanceMessage (google_api_memcache v0.26.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Memcache.V1beta2.Model.InstanceMessage{
  code: String.t() | nil,
  message: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.