View Source GoogleApi.PageSpeedOnline.V5.Model.StackPack (google_api_page_speed_online v0.16.1)

Message containing Stack Pack information.

Attributes

  • descriptions (type: map(), default: nil) - The stack pack advice strings.
  • iconDataURL (type: String.t, default: nil) - The stack pack icon data uri.
  • id (type: String.t, default: nil) - The stack pack id.
  • title (type: String.t, default: nil) - The stack pack title.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PageSpeedOnline.V5.Model.StackPack{
  descriptions: map() | nil,
  iconDataURL: String.t() | nil,
  id: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.