chore: update docs/dyn (#1106)

diff --git a/docs/dyn/blogger_v3.users.html b/docs/dyn/blogger_v3.users.html
index 90cabbe..04376b4 100644
--- a/docs/dyn/blogger_v3.users.html
+++ b/docs/dyn/blogger_v3.users.html
@@ -101,21 +101,21 @@
   An object of the form:
 
     {
+    "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
     "url": "A String", # The user's profile page.
+    "selfLink": "A String", # The API REST URL to fetch this resource from.
+    "locale": { # This user's locale
+      "language": "A String", # The language this blog is authored in.
+      "variant": "A String", # The language variant this blog is authored in.
+      "country": "A String", # The country this blog's locale is set to.
+    },
     "id": "A String", # The identifier for this User.
+    "kind": "A String", # The kind of this entity. Always blogger#user.
     "blogs": { # The container of blogs for this user.
       "selfLink": "A String", # The URL of the Blogs for this user.
     },
-    "kind": "A String", # The kind of this entity. Always blogger#user.
-    "created": "A String", # The timestamp of when this profile was created, in seconds since epoch.
     "displayName": "A String", # The display name.
     "about": "A String", # Profile summary information.
-    "locale": { # This user's locale
-      "language": "A String", # The language this blog is authored in.
-      "country": "A String", # The country this blog's locale is set to.
-      "variant": "A String", # The language variant this blog is authored in.
-    },
-    "selfLink": "A String", # The API REST URL to fetch this resource from.
   }</pre>
 </div>