View Source GoogleApi.SearchConsole.V1.Model.RichResultsInspectionResult (google_api_search_console v0.19.0)
Rich-Results inspection result, including any rich results found at this URL.
Attributes
-
detectedItems
(type:list(GoogleApi.SearchConsole.V1.Model.DetectedItems.t)
, default:nil
) - A list of zero or more rich results detected on this page. Rich results that cannot even be parsed due to syntactic issues will not be listed here. -
verdict
(type:String.t
, default:nil
) - High-level rich results inspection result for this URL.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchConsole.V1.Model.RichResultsInspectionResult{ detectedItems: [GoogleApi.SearchConsole.V1.Model.DetectedItems.t()] | nil, verdict: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.