Struct google_pagespeedonline4::PagespeedApiPagespeedResponseV4LoadingExperience[][src]

pub struct PagespeedApiPagespeedResponseV4LoadingExperience {
    pub metrics: Option<HashMap<String, PagespeedApiPagespeedResponseV4LoadingExperienceMetrics>>,
    pub id: Option<String>,
    pub overall_category: Option<String>,
    pub initial_url: Option<String>,
}

Metrics of end users' page loading experience.

This type is not used in any activity, and only used as part of another schema.

Fields

no description provided

The url, pattern or origin which the metrics are on.

no description provided

no description provided

Trait Implementations

Auto Trait Implementations