View Source GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiFormatStringV2 (google_api_page_speed_online v0.18.0)

Attributes

  • args (type: list(GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiFormatStringV2Args.t), default: nil) - List of arguments for the format string.
  • format (type: String.t, default: nil) - A localized format string with {{FOO}} placeholders, where 'FOO' is the key of the argument whose value should be substituted. For HYPERLINK arguments, the format string will instead contain {{BEGIN_FOO}} and {{END_FOO}} for the argument with key 'FOO'.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiFormatStringV2{
  args: [GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiFormatStringV2Args.t()],
  format: String.t()
}

Functions

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

Unwrap a decoded JSON object into its complex fields.