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/oauth2_v2.userinfo.v2.me.html b/docs/dyn/oauth2_v2.userinfo.v2.me.html
index 5faa679..1d43be0 100644
--- a/docs/dyn/oauth2_v2.userinfo.v2.me.html
+++ b/docs/dyn/oauth2_v2.userinfo.v2.me.html
@@ -88,17 +88,17 @@
   An object of the form:
 
     {
-    "family_name": "A String", # The user's last name.
-    "name": "A String", # The user's full name.
-    "picture": "A String", # URL of the user's picture image.
-    "locale": "A String", # The user's preferred locale.
-    "gender": "A String", # The user's gender.
-    "email": "A String", # The user's email address.
-    "link": "A String", # URL of the profile page.
-    "given_name": "A String", # The user's first name.
-    "id": "A String", # The obfuscated ID of the user.
-    "hd": "A String", # The hosted domain e.g. example.com if the user is Google apps user.
-    "verified_email": true, # Boolean flag which is true if the email address is verified. Always verified because we only return the user's primary email address.
+    &quot;email&quot;: &quot;A String&quot;, # The user&#x27;s email address.
+    &quot;family_name&quot;: &quot;A String&quot;, # The user&#x27;s last name.
+    &quot;gender&quot;: &quot;A String&quot;, # The user&#x27;s gender.
+    &quot;given_name&quot;: &quot;A String&quot;, # The user&#x27;s first name.
+    &quot;hd&quot;: &quot;A String&quot;, # The hosted domain e.g. example.com if the user is Google apps user.
+    &quot;id&quot;: &quot;A String&quot;, # The obfuscated ID of the user.
+    &quot;link&quot;: &quot;A String&quot;, # URL of the profile page.
+    &quot;locale&quot;: &quot;A String&quot;, # The user&#x27;s preferred locale.
+    &quot;name&quot;: &quot;A String&quot;, # The user&#x27;s full name.
+    &quot;picture&quot;: &quot;A String&quot;, # URL of the user&#x27;s picture image.
+    &quot;verified_email&quot;: true, # Boolean flag which is true if the email address is verified. Always verified because we only return the user&#x27;s primary email address.
   }</pre>
 </div>