View Source GoogleApi.SearchConsole.V1.Model.RunMobileFriendlyTestResponse (google_api_search_console v0.19.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SearchConsole.V1.Model.RunMobileFriendlyTestResponse{ mobileFriendliness: String.t() | nil, mobileFriendlyIssues: [GoogleApi.SearchConsole.V1.Model.MobileFriendlyIssue.t()] | nil, resourceIssues: [GoogleApi.SearchConsole.V1.Model.ResourceIssue.t()] | nil, screenshot: GoogleApi.SearchConsole.V1.Model.Image.t() | nil, testStatus: GoogleApi.SearchConsole.V1.Model.TestStatus.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.