Show / Hide Table of Contents

Class LighthouseResultV5.I18nData.RendererFormattedStringsData

Internationalized strings that are formatted to the locale in configSettings.

Inheritance
System.Object
LighthouseResultV5.I18nData.RendererFormattedStringsData
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class RendererFormattedStringsData : object

Properties

AuditGroupExpandTooltip

The tooltip text on an expandable chevron icon.

Declaration
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
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
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
public virtual string ErrorLabel { get; set; }
Property Value
Type Description
System.String

ErrorMissingAuditInfo

The error string shown next to an erroring audit.

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

LabDataTitle

The title of the lab data performance category.

Declaration
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
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
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
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
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
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
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
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
public virtual string ToplevelWarningsMessage { get; set; }
Property Value
Type Description
System.String

VarianceDisclaimer

The disclaimer shown below a performance metric value.

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

WarningHeader

The label shown above a bulleted list of warnings.

Declaration
public virtual string WarningHeader { get; set; }
Property Value
Type Description
System.String
Back to top