GoogleApi.ChromeUXReport.V1.Model.QueryResponse (google_api_chrome_ux_report v0.6.0)
View SourceResponse 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 requestedurl_patternvalid.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeUXReport.V1.Model.QueryResponse{ record: GoogleApi.ChromeUXReport.V1.Model.Record.t() | nil, urlNormalizationDetails: GoogleApi.ChromeUXReport.V1.Model.UrlNormalization.t() | nil }