View Source GoogleApi.SearchConsole.V1.Model.AmpIssue (google_api_search_console v0.19.0)

AMP issue.

Attributes

  • issueMessage (type: String.t, default: nil) - Brief description of this issue.
  • severity (type: String.t, default: nil) - Severity of this issue: WARNING or ERROR.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.AmpIssue{
  issueMessage: String.t() | nil,
  severity: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.