google_api_page_speed_online v0.1.0 GoogleApi.PageSpeedOnline.V2.Model.ResultFormattedResultsUrlBlocks View Source
Attributes
- header (PagespeedApiFormatStringV2): Heading to be displayed with the list of URLs. Defaults to:
null. - urls ([ResultFormattedResultsUrls]): 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.V2.Model.ResultFormattedResultsUrlBlocks{
header: GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiFormatStringV2.t(),
urls: [GoogleApi.PageSpeedOnline.V2.Model.ResultFormattedResultsUrls.t()]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.