google_api_search_console v0.2.0 GoogleApi.SearchConsole.V1.Model.RunMobileFriendlyTestResponse View Source
Mobile-friendly test response, including mobile-friendly issues and resource issues.
Attributes
- mobileFriendliness (String.t): Test verdict, whether the page is mobile friendly or not. Defaults to
nil
. - mobileFriendlyIssues (list(GoogleApi.SearchConsole.V1.Model.MobileFriendlyIssue.t)): List of mobile-usability issues. Defaults to
nil
. - resourceIssues (list(GoogleApi.SearchConsole.V1.Model.ResourceIssue.t)): Information about embedded resources issues. Defaults to
nil
. - screenshot (GoogleApi.SearchConsole.V1.Model.Image.t): Screenshot of the requested URL. Defaults to
nil
. - testStatus (GoogleApi.SearchConsole.V1.Model.TestStatus.t): Final state of the test, can be either complete or an error. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
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()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.