GoogleApi.SearchConsole.V1.Model.RunMobileFriendlyTestResponse (google_api_search_console v0.16.0) 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() | 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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.