chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

- [x] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/youtube_v3.liveChatBans.html b/docs/dyn/youtube_v3.liveChatBans.html
index 7512e00..c1f623a 100644
--- a/docs/dyn/youtube_v3.liveChatBans.html
+++ b/docs/dyn/youtube_v3.liveChatBans.html
@@ -112,20 +112,20 @@
     The object takes the form of:
 
 { # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
-    "etag": "A String", # Etag of this resource.
-    "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
     "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
     "snippet": { # The `snippet` object contains basic details about the ban.
-      "liveChatId": "A String", # The chat this ban is pertinent to.
       "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
       "bannedUserDetails": {
         "profileImageUrl": "A String", # The channels's avatar URL.
-        "channelUrl": "A String", # The channel's URL.
         "channelId": "A String", # The YouTube channel ID.
+        "channelUrl": "A String", # The channel's URL.
         "displayName": "A String", # The channel's display name.
       },
       "type": "A String", # The type of ban.
+      "liveChatId": "A String", # The chat this ban is pertinent to.
     },
+    "etag": "A String", # Etag of this resource.
+    "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
   }
 
   x__xgafv: string, V1 error format.
@@ -137,20 +137,20 @@
   An object of the form:
 
     { # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
-      "etag": "A String", # Etag of this resource.
-      "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
       "id": "A String", # The ID that YouTube assigns to uniquely identify the ban.
       "snippet": { # The `snippet` object contains basic details about the ban.
-        "liveChatId": "A String", # The chat this ban is pertinent to.
         "banDurationSeconds": "A String", # The duration of a ban, only filled if the ban has type TEMPORARY.
         "bannedUserDetails": {
           "profileImageUrl": "A String", # The channels's avatar URL.
-          "channelUrl": "A String", # The channel's URL.
           "channelId": "A String", # The YouTube channel ID.
+          "channelUrl": "A String", # The channel's URL.
           "displayName": "A String", # The channel's display name.
         },
         "type": "A String", # The type of ban.
+        "liveChatId": "A String", # The chat this ban is pertinent to.
       },
+      "etag": "A String", # Etag of this resource.
+      "kind": "youtube#liveChatBan", # Identifies what kind of resource this is. Value: the fixed string `"youtube#liveChatBan"`.
     }</pre>
 </div>