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

A specific rich result found on the page.

Attributes

  • issues (type: list(GoogleApi.SearchConsole.V1.Model.RichResultsIssue.t), default: nil) - A list of zero or more rich result issues found for this instance.
  • name (type: String.t, default: nil) - The user-provided name of this item.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.Item{
  issues: [GoogleApi.SearchConsole.V1.Model.RichResultsIssue.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.