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

Rich Results items grouped by type.

Attributes

  • items (type: list(GoogleApi.SearchConsole.V1.Model.Item.t), default: nil) - List of Rich Results items.
  • richResultType (type: String.t, default: nil) - Rich Results type

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.DetectedItems{
  items: [GoogleApi.SearchConsole.V1.Model.Item.t()] | nil,
  richResultType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.