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/blogger_v2.users.html b/docs/dyn/blogger_v2.users.html
index 8eab3bf..bafeaab 100644
--- a/docs/dyn/blogger_v2.users.html
+++ b/docs/dyn/blogger_v2.users.html
@@ -93,21 +93,21 @@
   An object of the form:
 
     {
-    "about": "A String", # Profile summary information.
-    "displayName": "A String", # The display name.
-    "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
-    "locale": { # This user's locale
-      "country": "A String", # The country this blog's locale is set to.
-      "variant": "A String", # The language variant this blog is authored in.
-      "language": "A String", # The language this blog is authored in.
+    &quot;about&quot;: &quot;A String&quot;, # Profile summary information.
+    &quot;displayName&quot;: &quot;A String&quot;, # The display name.
+    &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
+    &quot;locale&quot;: { # This user&#x27;s locale
+      &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
+      &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
+      &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
     },
-    "blogs": { # The container of blogs for this user.
-      "selfLink": "A String", # The URL of the Blogs for this user.
+    &quot;created&quot;: &quot;A String&quot;, # The timestamp of when this profile was created, in seconds since epoch.
+    &quot;id&quot;: &quot;A String&quot;, # The identifier for this User.
+    &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#user.
+    &quot;blogs&quot;: { # The container of blogs for this user.
+      &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the Blogs for this user.
     },
-    "kind": "A String", # The kind of this entity. Always blogger#user.
-    "url": "A String", # The user's profile page.
-    "id": "A String", # The identifier for this User.
-    "selfLink": "A String", # The API REST URL to fetch this resource from.
+    &quot;url&quot;: &quot;A String&quot;, # The user&#x27;s profile page.
   }</pre>
 </div>