Struct google_pagespeedonline4::PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsUrlBlocksUrls[][src]

pub struct PagespeedApiPagespeedResponseV4FormattedResultsRuleResultsUrlBlocksUrls {
    pub details: Option<Vec<PagespeedApiFormatStringV4>>,
    pub result: Option<PagespeedApiFormatStringV4>,
}

List of entries that provide information about URLs in the url block. Optional.

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

Fields

List of entries that provide additional details about a single URL. Optional.

A format string that gives information about the URL, and a list of arguments for that format string.

Trait Implementations

Auto Trait Implementations