google_api_search_console v0.12.0 GoogleApi.SearchConsole.V1.Model.RunMobileFriendlyTestResponse View Source

Mobile-friendly test response, including mobile-friendly issues and resource issues.

Attributes

  • mobileFriendliness (type: String.t, default: nil) - Test verdict, whether the page is mobile friendly or not.
  • mobileFriendlyIssues (type: list(GoogleApi.SearchConsole.V1.Model.MobileFriendlyIssue.t), default: nil) - List of mobile-usability issues.
  • resourceIssues (type: list(GoogleApi.SearchConsole.V1.Model.ResourceIssue.t), default: nil) - Information about embedded resources issues.
  • screenshot (type: GoogleApi.SearchConsole.V1.Model.Image.t, default: nil) - Screenshot of the requested URL.
  • testStatus (type: GoogleApi.SearchConsole.V1.Model.TestStatus.t, default: nil) - Final state of the test, can be either complete or an error.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SearchConsole.V1.Model.RunMobileFriendlyTestResponse{
  mobileFriendliness: String.t(),
  mobileFriendlyIssues: [
    GoogleApi.SearchConsole.V1.Model.MobileFriendlyIssue.t()
  ],
  resourceIssues: [GoogleApi.SearchConsole.V1.Model.ResourceIssue.t()],
  screenshot: GoogleApi.SearchConsole.V1.Model.Image.t(),
  testStatus: GoogleApi.SearchConsole.V1.Model.TestStatus.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.