google_api_accelerated_mobile_page_url v0.2.0 GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError View Source

AMP URL Error resource for a requested URL that couldn't be found.

Attributes

  • errorCode (String.t): The error code of an API call. Defaults to nil.
  • errorMessage (String.t): An optional descriptive error message. Defaults to nil.
  • originalUrl (String.t): The original non-AMP URL. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AcceleratedMobilePageUrl.V1.Model.AmpUrlError{
  errorCode: String.t(),
  errorMessage: String.t(),
  originalUrl: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.