google_api_page_speed_online v0.1.0 GoogleApi.PageSpeedOnline.V2.Model.ResultFormattedResultsUrls View Source
Attributes
- details ([PagespeedApiFormatStringV2]): List of entries that provide additional details about a single URL. Optional. Defaults to:
null. - result (PagespeedApiFormatStringV2): 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.V2.Model.ResultFormattedResultsUrls{
details: [GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiFormatStringV2.t()],
result: GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiFormatStringV2.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.