Struct google_pagespeedonline2::ResultFormattedResultsRuleResultsUrlBlocks[][src]

pub struct ResultFormattedResultsRuleResultsUrlBlocks {
    pub header: Option<PagespeedApiFormatStringV2>,
    pub urls: Option<Vec<ResultFormattedResultsRuleResultsUrlBlocksUrls>>,
}

List of blocks of URLs. Each block may contain a heading and a list of URLs. Each URL may optionally include additional details.

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

Fields

Heading to be displayed with the list of URLs.

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

Trait Implementations

Auto Trait Implementations