Class Result.FormattedResultsData.RuleResultsDataElement
The enum-like identifier for this rule. For instance "EnableKeepAlive" or "AvoidCssImport". Not localized.
Inheritance
Inherited Members
Namespace: Google.Apis.Pagespeedonline.v2.Data
Assembly: Google.Apis.Pagespeedonline.v2.dll
Syntax
public class RuleResultsDataElement
Properties
Groups
List of rule groups that this rule belongs to. Each entry in the list is one of "SPEED" or "USABILITY".
Declaration
[JsonProperty("groups")]
public virtual IList<string> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
LocalizedRuleName
Localized name of the rule, intended for presentation to a user.
Declaration
[JsonProperty("localizedRuleName")]
public virtual string LocalizedRuleName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RuleImpact
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.
Declaration
[JsonProperty("ruleImpact")]
public virtual double? RuleImpact { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
Summary
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.
Declaration
[JsonProperty("summary")]
public virtual PagespeedApiFormatStringV2 Summary { get; set; }
Property Value
| Type | Description |
|---|---|
| PagespeedApiFormatStringV2 |
UrlBlocks
List of blocks of URLs. Each block may contain a heading and a list of URLs. Each URL may optionally include additional details.
Declaration
[JsonProperty("urlBlocks")]
public virtual IList<Result.FormattedResultsData.RuleResultsDataElement.UrlBlocksData> UrlBlocks { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Result.FormattedResultsData.RuleResultsDataElement.UrlBlocksData> |