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

URL inspection result, including all inspection results.

Attributes

  • ampResult (type: GoogleApi.SearchConsole.V1.Model.AmpInspectionResult.t, default: nil) - Result of the AMP analysis. Absent if the page is not an AMP page.
  • indexStatusResult (type: GoogleApi.SearchConsole.V1.Model.IndexStatusInspectionResult.t, default: nil) - Result of the index status analysis.
  • inspectionResultLink (type: String.t, default: nil) - Link to Search Console URL inspection.
  • mobileUsabilityResult (type: GoogleApi.SearchConsole.V1.Model.MobileUsabilityInspectionResult.t, default: nil) - Result of the Mobile usability analysis.
  • richResultsResult (type: GoogleApi.SearchConsole.V1.Model.RichResultsInspectionResult.t, default: nil) - Result of the Rich Results analysis. Absent if there are no rich results found.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchConsole.V1.Model.UrlInspectionResult{
  ampResult: GoogleApi.SearchConsole.V1.Model.AmpInspectionResult.t() | nil,
  indexStatusResult:
    GoogleApi.SearchConsole.V1.Model.IndexStatusInspectionResult.t() | nil,
  inspectionResultLink: String.t() | nil,
  mobileUsabilityResult:
    GoogleApi.SearchConsole.V1.Model.MobileUsabilityInspectionResult.t() | nil,
  richResultsResult:
    GoogleApi.SearchConsole.V1.Model.RichResultsInspectionResult.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.