chore: update docs/dyn (#1106)

diff --git a/docs/dyn/youtube_v3.liveChatBans.html b/docs/dyn/youtube_v3.liveChatBans.html
index 9171994..7dec763 100644
--- a/docs/dyn/youtube_v3.liveChatBans.html
+++ b/docs/dyn/youtube_v3.liveChatBans.html
@@ -113,19 +113,19 @@
 
 { # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
     "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.
+      "liveChatId": "A String", # The chat this ban is pertinent to.
       "bannedUserDetails": {
         "profileImageUrl": "A String", # The channels's avatar URL.
-        "displayName": "A String", # The channel's display name.
         "channelUrl": "A String", # The channel's URL.
+        "displayName": "A String", # The channel's display name.
         "channelId": "A String", # The YouTube channel ID.
       },
       "type": "A String", # The type of ban.
     },
-    "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.
     "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.
@@ -138,19 +138,19 @@
 
     { # A `__liveChatBan__` resource represents a ban for a YouTube live chat.
       "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.
+        "liveChatId": "A String", # The chat this ban is pertinent to.
         "bannedUserDetails": {
           "profileImageUrl": "A String", # The channels's avatar URL.
-          "displayName": "A String", # The channel's display name.
           "channelUrl": "A String", # The channel's URL.
+          "displayName": "A String", # The channel's display name.
           "channelId": "A String", # The YouTube channel ID.
         },
         "type": "A String", # The type of ban.
       },
-      "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.
       "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>