View Source GoogleApi.Memcache.V1.Model.InstanceMessage (google_api_memcache v0.21.1)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.