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/youtube_v3.liveChatBans.html b/docs/dyn/youtube_v3.liveChatBans.html
index 339c342..86a03bc 100644
--- a/docs/dyn/youtube_v3.liveChatBans.html
+++ b/docs/dyn/youtube_v3.liveChatBans.html
@@ -100,20 +100,20 @@
     The object takes the form of:
 
 { # A liveChatBan resource represents a ban for a YouTube live chat.
-    "snippet": { # The snippet object contains basic details about the ban.
-      "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
-      "liveChatId": "A String", # The chat this ban is pertinent to.
-      "bannedUserDetails": {
-        "channelId": "A String", # The YouTube channel ID.
-        "displayName": "A String", # The channel's display name.
-        "profileImageUrl": "A String", # The channels's avatar URL.
-        "channelUrl": "A String", # The channel's URL.
+    &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+    &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the ban.
+    &quot;kind&quot;: &quot;youtube#liveChatBan&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#liveChatBan&quot;.
+    &quot;snippet&quot;: { # The snippet object contains basic details about the ban.
+      &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of a ban, only filled if the ban has type TEMPORARY.
+      &quot;bannedUserDetails&quot;: {
+        &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
+        &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
+        &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
+        &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
       },
-      "type": "A String", # The type of ban.
+      &quot;liveChatId&quot;: &quot;A String&quot;, # The chat this ban is pertinent to.
+      &quot;type&quot;: &quot;A String&quot;, # The type of ban.
     },
-    "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatBan".
-    "etag": "A String", # Etag of this resource.
-    "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
   }
 
 
@@ -121,20 +121,20 @@
   An object of the form:
 
     { # A liveChatBan resource represents a ban for a YouTube live chat.
-      "snippet": { # The snippet object contains basic details about the ban.
-        "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
-        "liveChatId": "A String", # The chat this ban is pertinent to.
-        "bannedUserDetails": {
-          "channelId": "A String", # The YouTube channel ID.
-          "displayName": "A String", # The channel's display name.
-          "profileImageUrl": "A String", # The channels's avatar URL.
-          "channelUrl": "A String", # The channel's URL.
+      &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
+      &quot;id&quot;: &quot;A String&quot;, # The ID that YouTube assigns to uniquely identify the ban.
+      &quot;kind&quot;: &quot;youtube#liveChatBan&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;youtube#liveChatBan&quot;.
+      &quot;snippet&quot;: { # The snippet object contains basic details about the ban.
+        &quot;banDurationSeconds&quot;: &quot;A String&quot;, # The duration of a ban, only filled if the ban has type TEMPORARY.
+        &quot;bannedUserDetails&quot;: {
+          &quot;channelId&quot;: &quot;A String&quot;, # The YouTube channel ID.
+          &quot;channelUrl&quot;: &quot;A String&quot;, # The channel&#x27;s URL.
+          &quot;displayName&quot;: &quot;A String&quot;, # The channel&#x27;s display name.
+          &quot;profileImageUrl&quot;: &quot;A String&quot;, # The channels&#x27;s avatar URL.
         },
-        "type": "A String", # The type of ban.
+        &quot;liveChatId&quot;: &quot;A String&quot;, # The chat this ban is pertinent to.
+        &quot;type&quot;: &quot;A String&quot;, # The type of ban.
       },
-      "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string "youtube#liveChatBan".
-      "etag": "A String", # Etag of this resource.
-      "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
     }</pre>
 </div>