google_api_page_speed_online v0.0.1 GoogleApi.PageSpeedOnline.V2.Model.PagespeedApiFormatStringV2Args View Source

Attributes

  • key (String): The placeholder key for this arg, as a string. Defaults to: null.
  • rects (List[PagespeedApiFormatStringV2Rects]): The screen rectangles being referred to, with dimensions measured in CSS pixels. This is only ever used for SNAPSHOT_RECT arguments. If this is absent for a SNAPSHOT_RECT argument, it means that that argument refers to the entire snapshot. Defaults to: null.
  • secondary_rects (List[PagespeedApiFormatStringV2Rects]): Secondary screen rectangles being referred to, with dimensions measured in CSS pixels. This is only ever used for SNAPSHOT_RECT arguments. Defaults to: null.
  • type (String): Type of argument. One of URL, STRING_LITERAL, INT_LITERAL, BYTES, DURATION, VERBATIM_STRING, PERCENTAGE, HYPERLINK, or SNAPSHOT_RECT. Defaults to: null.
  • value (String): Argument value, as a localized string. Defaults to: null.