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

Attributes

  • header (PagespeedApiFormatStringV4): Heading to be displayed with the list of URLs. Defaults to: null.
  • urls ([PagespeedApiPagespeedResponseV4FormattedResultsUrls]): List of entries that provide information about URLs in the url block. Optional. 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.PagespeedApiPagespeedResponseV4FormattedResultsUrlBlocks{
    header: GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiFormatStringV4.t(),
    urls: [
      GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiPagespeedResponseV4FormattedResultsUrls.t()
    ]
  }

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.