google_api_page_speed_online v0.8.0 GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiLoadingExperienceV5 View Source
The CrUX loading experience object that contains CrUX data breakdowns.
Attributes
id(type:String.t, default:nil) - The url, pattern or origin which the metrics are on.initial_url(type:String.t, default:nil) - The requested URL, which may differ from the resolved "id".metrics(type:%{optional(String.t) => GoogleApi.PageSpeedOnline.V5.Model.UserPageLoadMetricV5.t}, default:nil) - The map of. overall_category(type:String.t, default:nil) - The human readable speed "category" of the id.
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 Sourcet() :: %GoogleApi.PageSpeedOnline.V5.Model.PagespeedApiLoadingExperienceV5{
id: String.t(),
initial_url: String.t(),
metrics: %{
optional(String.t()) =>
GoogleApi.PageSpeedOnline.V5.Model.UserPageLoadMetricV5.t()
},
overall_category: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.