google_api_page_speed_online v0.0.1 GoogleApi.PageSpeedOnline.V2.Model.ResultFormattedResultsRuleResults View Source
The enum-like identifier for this rule. For instance "EnableKeepAlive" or "AvoidCssImport". Not localized.
Attributes
- groups (List[String]): List of rule groups that this rule belongs to. Each entry in the list is one of "SPEED" or "USABILITY". Defaults to:
null
. - localizedRuleName (String): Localized name of the rule, intended for presentation to a user. Defaults to:
null
. - ruleImpact (Float): The impact (unbounded floating point value) that implementing the suggestions for this rule would have on making the page faster. Impact is comparable between rules to determine which rule's suggestions would have a higher or lower impact on making a page faster. For instance, if enabling compression would save 1MB, while optimizing images would save 500kB, the enable compression rule would have 2x the impact of the image optimization rule, all other things being equal. Defaults to:
null
. - summary (PagespeedApiFormatStringV2): A brief summary description for the rule, indicating at a high level what should be done to follow the rule and what benefit can be gained by doing so. Defaults to:
null
. - urlBlocks (List[ResultFormattedResultsUrlBlocks]): List of blocks of URLs. Each block may contain a heading and a list of URLs. Each URL may optionally include additional details. Defaults to:
null
.