Show / Hide Table of Contents

Class Result.RuleGroupsDataElement

The name of this rule group: one of "SPEED" or "USABILITY".

Inheritance
System.Object
Result.RuleGroupsDataElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Pagespeedonline.v2.Data
Assembly: Google.Apis.Pagespeedonline.v2.dll
Syntax
public class RuleGroupsDataElement

Properties

Score

The score (0-100) for this rule group, which indicates how much better a page could be in that category (e.g. how much faster, or how much more usable). A high score indicates little room for improvement, while a lower score indicates more room for improvement.

Declaration
[JsonProperty("score")]
public virtual int? Score { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top