View Source GoogleApi.ChromeUXReport.V1.Model.QueryHistoryResponse (google_api_chrome_ux_report v0.4.0)

Response payload sent back to a physical web client. This response contains the record found based on the identiers present in a QueryHistoryRequest. The returned response will have a history 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.HistoryRecord.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromeUXReport.V1.Model.QueryHistoryResponse{
  record: GoogleApi.ChromeUXReport.V1.Model.HistoryRecord.t() | nil,
  urlNormalizationDetails:
    GoogleApi.ChromeUXReport.V1.Model.UrlNormalization.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.