Class Result.FormattedResultsData
Localized PageSpeed results. Contains a ruleResults entry for each PageSpeed rule instantiated and run by the server.
Inheritance
System.Object
Result.FormattedResultsData
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 FormattedResultsData
Properties
Locale
The locale of the formattedResults, e.g. "en_US".
Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RuleResults
Dictionary of formatted rule results, with one entry for each PageSpeed rule instantiated and run by the server.
Declaration
[JsonProperty("ruleResults")]
public virtual IDictionary<string, Result.FormattedResultsData.RuleResultsDataElement> RuleResults { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, Result.FormattedResultsData.RuleResultsDataElement> |