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

Response payload sent back to a physical web client. This response contains the record found based on the identiers present in a QueryRequest. The returned response will have a record, and sometimes details on normalization actions taken on the request that were necessary to make the request successful.

Attributes

  • record (type: GoogleApi.ChromeUXReport.V1.Model.Record.t, default: nil) - The record that was found.
  • urlNormalizationDetails (type: GoogleApi.ChromeUXReport.V1.Model.UrlNormalization.t, default: nil) - These are details about automated normalization actions that were taken in order to make the requested url_pattern valid.

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.QueryResponse{
  record: GoogleApi.ChromeUXReport.V1.Model.Record.t() | nil,
  urlNormalizationDetails:
    GoogleApi.ChromeUXReport.V1.Model.UrlNormalization.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.