docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
index c900ef0..e5697e3 100644
--- a/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
+++ b/docs/dyn/searchconsole_v1.urlTestingTools.mobileFriendlyTest.html
@@ -87,8 +87,8 @@
     The object takes the form of:
 
 { # Mobile-friendly test request.
-    "url": "A String", # URL for inspection.
-    "requestScreenshot": True or False, # Whether or not screenshot is requested. Default is false.
+    &quot;requestScreenshot&quot;: True or False, # Whether or not screenshot is requested. Default is false.
+    &quot;url&quot;: &quot;A String&quot;, # URL for inspection.
   }
 
   x__xgafv: string, V1 error format.
@@ -101,28 +101,28 @@
 
     { # Mobile-friendly test response, including mobile-friendly issues and resource
       # issues.
-    "testStatus": { # Final state of the test, including error details if necessary. # Final state of the test, can be either complete or an error.
-      "status": "A String", # Status of the test.
-      "details": "A String", # Error details if applicable.
+    &quot;mobileFriendlyIssues&quot;: [ # List of mobile-usability issues.
+      { # Mobile-friendly issue.
+        &quot;rule&quot;: &quot;A String&quot;, # Rule violated.
+      },
+    ],
+    &quot;testStatus&quot;: { # Final state of the test, including error details if necessary. # Final state of the test, can be either complete or an error.
+      &quot;details&quot;: &quot;A String&quot;, # Error details if applicable.
+      &quot;status&quot;: &quot;A String&quot;, # Status of the test.
     },
-    "resourceIssues": [ # Information about embedded resources issues.
+    &quot;resourceIssues&quot;: [ # Information about embedded resources issues.
       { # Information about a resource with issue.
-        "blockedResource": { # Blocked resource. # Describes a blocked resource issue.
-          "url": "A String", # URL of the blocked resource.
+        &quot;blockedResource&quot;: { # Blocked resource. # Describes a blocked resource issue.
+          &quot;url&quot;: &quot;A String&quot;, # URL of the blocked resource.
         },
       },
     ],
-    "mobileFriendliness": "A String", # Test verdict, whether the page is mobile friendly or not.
-    "screenshot": { # Describe image data. # Screenshot of the requested URL.
-      "mimeType": "A String", # The mime-type of the image data.
-      "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.
+    &quot;screenshot&quot;: { # Describe image data. # Screenshot of the requested URL.
+      &quot;mimeType&quot;: &quot;A String&quot;, # The mime-type of the image data.
+      &quot;data&quot;: &quot;A String&quot;, # Image data in format determined by the mime type. Currently, the format
+          # will always be &quot;image/png&quot;, but this might change in the future.
     },
-    "mobileFriendlyIssues": [ # List of mobile-usability issues.
-      { # Mobile-friendly issue.
-        "rule": "A String", # Rule violated.
-      },
-    ],
+    &quot;mobileFriendliness&quot;: &quot;A String&quot;, # Test verdict, whether the page is mobile friendly or not.
   }</pre>
 </div>