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

Message containing a category

Attributes

  • description (type: String.t, default: nil) - The description of what the category is grouping
  • title (type: String.t, default: nil) - The human readable title of the group

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PageSpeedOnline.V5.Model.CategoryGroupV5{
  description: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.