google_api_page_speed_online v0.7.0 GoogleApi.PageSpeedOnline.V5.Model.RendererFormattedStrings View Source

Message holding the formatted strings used in the renderer.

Attributes

  • auditGroupExpandTooltip (type: String.t, default: nil) - The tooltip text on an expandable chevron icon.
  • crcInitialNavigation (type: String.t, default: nil) - The label for the initial request in a critical request chain.
  • crcLongestDurationLabel (type: String.t, default: nil) - The label for values shown in the summary of critical request chains.
  • errorLabel (type: String.t, default: nil) - The label shown next to an audit or metric that has had an error.
  • errorMissingAuditInfo (type: String.t, default: nil) - The error string shown next to an erroring audit.
  • labDataTitle (type: String.t, default: nil) - The title of the lab data performance category.
  • lsPerformanceCategoryDescription (type: String.t, default: nil) - The disclaimer shown under performance explaning that the network can vary.
  • manualAuditsGroupTitle (type: String.t, default: nil) - The heading shown above a list of audits that were not computerd in the run.
  • notApplicableAuditsGroupTitle (type: String.t, default: nil) - The heading shown above a list of audits that do not apply to a page.
  • opportunityResourceColumnLabel (type: String.t, default: nil) - The heading for the estimated page load savings opportunity of an audit.
  • opportunitySavingsColumnLabel (type: String.t, default: nil) - The heading for the estimated page load savings of opportunity audits.
  • passedAuditsGroupTitle (type: String.t, default: nil) - The heading that is shown above a list of audits that are passing.
  • scorescaleLabel (type: String.t, default: nil) - The label that explains the score gauges scale (0-49, 50-89, 90-100).
  • toplevelWarningsMessage (type: String.t, default: nil) - The label shown preceding important warnings that may have invalidated an entire report.
  • varianceDisclaimer (type: String.t, default: nil) - The disclaimer shown below a performance metric value.
  • warningHeader (type: String.t, default: nil) - The label shown above a bulleted list of warnings.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.PageSpeedOnline.V5.Model.RendererFormattedStrings{
  auditGroupExpandTooltip: String.t(),
  crcInitialNavigation: String.t(),
  crcLongestDurationLabel: String.t(),
  errorLabel: String.t(),
  errorMissingAuditInfo: String.t(),
  labDataTitle: String.t(),
  lsPerformanceCategoryDescription: String.t(),
  manualAuditsGroupTitle: String.t(),
  notApplicableAuditsGroupTitle: String.t(),
  opportunityResourceColumnLabel: String.t(),
  opportunitySavingsColumnLabel: String.t(),
  passedAuditsGroupTitle: String.t(),
  scorescaleLabel: String.t(),
  toplevelWarningsMessage: String.t(),
  varianceDisclaimer: String.t(),
  warningHeader: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.