google_api_page_speed_online v0.1.0 GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiPagespeedResponseV4FormattedResultsUrls View Source
Attributes
- details ([PagespeedApiFormatStringV4]): List of entries that provide additional details about a single URL. Optional. Defaults to:
null. - result (PagespeedApiFormatStringV4): A format string that gives information about the URL, and a list of arguments for that format string. 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.PagespeedApiPagespeedResponseV4FormattedResultsUrls{
details: [GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiFormatStringV4.t()],
result: GoogleApi.PageSpeedOnline.V4.Model.PagespeedApiFormatStringV4.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.