GoogleApi.ChromeUXReport.V1.Model.UrlNormalization (google_api_chrome_ux_report v0.6.0)

View Source

Object representing the normalization actions taken to normalize a url to achieve a higher chance of successful lookup. These are simple automated changes that are taken when looking up the provided url_patten would be known to fail. Complex actions like following redirects are not handled.

Attributes

  • normalizedUrl (type: String.t, default: nil) - The URL after any normalization actions. This is a valid user experience URL that could reasonably be looked up.
  • originalUrl (type: String.t, default: nil) - The original requested URL prior to any normalization actions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ChromeUXReport.V1.Model.UrlNormalization{
  normalizedUrl: String.t() | nil,
  originalUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.