google_api_chrome_ux_report v0.2.0 GoogleApi.ChromeUXReport.V1.Model.QueryResponse 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 requestedurl_patternvalid.
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(),
urlNormalizationDetails:
GoogleApi.ChromeUXReport.V1.Model.UrlNormalization.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.