google_api_page_speed_online v0.1.0 GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiFormatStringV4 View Source

Attributes

  • args ([PagespeedApiFormatStringV4Args]): List of arguments for the format string. Defaults to: null.
  • format (String.t): 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'. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiFormatStringV4{
  args: [GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiFormatStringV4Args.t()],
  format: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.