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

Severity and status of a single issue affecting a single rich result instance on a page.

Attributes

  • issueMessage (type: String.t, default: nil) - Rich Results issue type.
  • severity (type: String.t, default: nil) - Severity of this issue: WARNING, or ERROR. Items with an issue of status ERROR cannot appear with rich result features in Google Search results.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.