GoogleApi.ChromeUXReport.V1.Model.Key (google_api_chrome_ux_report v0.3.1) View Source

Key defines all the dimensions that identify this record as unique.

Attributes

  • effectiveConnectionType (type: String.t, default: nil) - The effective connection type is the general connection class that all users experienced for this record. This field uses the values ["offline", "slow-2G", "2G", "3G", "4G"] as specified in: https://wicg.github.io/netinfo/#effective-connection-types If the effective connection type is unspecified, then aggregated data over all effective connection types will be returned.
  • formFactor (type: String.t, default: nil) - The form factor is the device class that all users used to access the site for this record. If the form factor is unspecified, then aggregated data over all form factors will be returned.
  • origin (type: String.t, default: nil) - Origin specifies the origin that this record is for. Note: When specifying an origin, data for loads under this origin over all pages are aggregated into origin level user experience data.
  • url (type: String.t, default: nil) - Url specifies a specific url that this record is for. Note: When specifying a "url" only data for that specific url will be aggregated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ChromeUXReport.V1.Model.Key{
  effectiveConnectionType: String.t() | nil,
  formFactor: String.t() | nil,
  origin: String.t() | nil,
  url: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.