Show / Hide Table of Contents

Class RendererFormattedStrings

Message holding the formatted strings used in the renderer.

Inheritance
System.Object
RendererFormattedStrings
Implements
Google.Apis.Requests.IDirectResponseSchema
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.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class RendererFormattedStrings : IDirectResponseSchema

Properties

AuditGroupExpandTooltip

The tooltip text on an expandable chevron icon.

Declaration
[JsonProperty("auditGroupExpandTooltip")]
public virtual string AuditGroupExpandTooltip { get; set; }
Property Value
Type Description
System.String

CrcInitialNavigation

The label for the initial request in a critical request chain.

Declaration
[JsonProperty("crcInitialNavigation")]
public virtual string CrcInitialNavigation { get; set; }
Property Value
Type Description
System.String

CrcLongestDurationLabel

The label for values shown in the summary of critical request chains.

Declaration
[JsonProperty("crcLongestDurationLabel")]
public virtual string CrcLongestDurationLabel { get; set; }
Property Value
Type Description
System.String

ErrorLabel

The label shown next to an audit or metric that has had an error.

Declaration
[JsonProperty("errorLabel")]
public virtual string ErrorLabel { get; set; }
Property Value
Type Description
System.String

ErrorMissingAuditInfo

The error string shown next to an erroring audit.

Declaration
[JsonProperty("errorMissingAuditInfo")]
public virtual string ErrorMissingAuditInfo { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

LabDataTitle

The title of the lab data performance category.

Declaration
[JsonProperty("labDataTitle")]
public virtual string LabDataTitle { get; set; }
Property Value
Type Description
System.String

LsPerformanceCategoryDescription

The disclaimer shown under performance explaning that the network can vary.

Declaration
[JsonProperty("lsPerformanceCategoryDescription")]
public virtual string LsPerformanceCategoryDescription { get; set; }
Property Value
Type Description
System.String

ManualAuditsGroupTitle

The heading shown above a list of audits that were not computerd in the run.

Declaration
[JsonProperty("manualAuditsGroupTitle")]
public virtual string ManualAuditsGroupTitle { get; set; }
Property Value
Type Description
System.String

NotApplicableAuditsGroupTitle

The heading shown above a list of audits that do not apply to a page.

Declaration
[JsonProperty("notApplicableAuditsGroupTitle")]
public virtual string NotApplicableAuditsGroupTitle { get; set; }
Property Value
Type Description
System.String

OpportunityResourceColumnLabel

The heading for the estimated page load savings opportunity of an audit.

Declaration
[JsonProperty("opportunityResourceColumnLabel")]
public virtual string OpportunityResourceColumnLabel { get; set; }
Property Value
Type Description
System.String

OpportunitySavingsColumnLabel

The heading for the estimated page load savings of opportunity audits.

Declaration
[JsonProperty("opportunitySavingsColumnLabel")]
public virtual string OpportunitySavingsColumnLabel { get; set; }
Property Value
Type Description
System.String

PassedAuditsGroupTitle

The heading that is shown above a list of audits that are passing.

Declaration
[JsonProperty("passedAuditsGroupTitle")]
public virtual string PassedAuditsGroupTitle { get; set; }
Property Value
Type Description
System.String

ScorescaleLabel

The label that explains the score gauges scale (0-49, 50-89, 90-100).

Declaration
[JsonProperty("scorescaleLabel")]
public virtual string ScorescaleLabel { get; set; }
Property Value
Type Description
System.String

ToplevelWarningsMessage

The label shown preceding important warnings that may have invalidated an entire report.

Declaration
[JsonProperty("toplevelWarningsMessage")]
public virtual string ToplevelWarningsMessage { get; set; }
Property Value
Type Description
System.String

VarianceDisclaimer

The disclaimer shown below a performance metric value.

Declaration
[JsonProperty("varianceDisclaimer")]
public virtual string VarianceDisclaimer { get; set; }
Property Value
Type Description
System.String

WarningHeader

The label shown above a bulleted list of warnings.

Declaration
[JsonProperty("warningHeader")]
public virtual string WarningHeader { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top