chore: update docs/dyn (#1106)

diff --git a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
index 657c9c9..ab6071c 100644
--- a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
+++ b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
@@ -108,19 +108,14 @@
   An object of the form:
 
     { # Mobile-friendly test response, including mobile-friendly issues and resource issues.
-    "mobileFriendlyIssues": [ # List of mobile-usability issues.
-      { # Mobile-friendly issue.
-        "rule": "A String", # Rule violated.
-      },
-    ],
-    "testStatus": { # Final state of the test, including error details if necessary. # Final state of the test, can be either complete or an error.
-      "details": "A String", # Error details if applicable.
-      "status": "A String", # Status of the test.
-    },
     "screenshot": { # Describe image data. # Screenshot of the requested URL.
       "data": "A String", # Image data in format determined by the mime type. Currently, the format will always be "image/png", but this might change in the future.
       "mimeType": "A String", # The mime-type of the image data.
     },
+    "testStatus": { # Final state of the test, including error details if necessary. # Final state of the test, can be either complete or an error.
+      "details": "A String", # Error details if applicable.
+      "status": "A String", # Status of the test.
+    },
     "mobileFriendliness": "A String", # Test verdict, whether the page is mobile friendly or not.
     "resourceIssues": [ # Information about embedded resources issues.
       { # Information about a resource with issue.
@@ -129,6 +124,11 @@
         },
       },
     ],
+    "mobileFriendlyIssues": [ # List of mobile-usability issues.
+      { # Mobile-friendly issue.
+        "rule": "A String", # Rule violated.
+      },
+    ],
   }</pre>
 </div>