chore: regens API reference docs (#889)

diff --git a/docs/dyn/analytics_v3.management.accounts.html b/docs/dyn/analytics_v3.management.accounts.html
index a005cc2..e9614f7 100644
--- a/docs/dyn/analytics_v3.management.accounts.html
+++ b/docs/dyn/analytics_v3.management.accounts.html
@@ -94,10 +94,10 @@
     "kind": "analytics#accounts", # Collection type.
     "items": [ # A list of accounts.
       { # JSON template for Analytics account entry.
-        "kind": "analytics#account", # Resource type for Analytics account.
+        "updated": "A String", # Time the account was last modified.
         "name": "A String", # Account name.
         "created": "A String", # Time the account was created.
-        "updated": "A String", # Time the account was last modified.
+        "kind": "analytics#account", # Resource type for Analytics account.
         "childLink": { # Child link for an account entry. Points to the list of web properties for this account.
           "href": "A String", # Link to the list of web properties for this account.
           "type": "analytics#webproperties", # Type of the child link. Its value is "analytics#webproperties".
@@ -113,9 +113,9 @@
       },
     ],
     "itemsPerPage": 42, # The maximum number of entries the response can contain, regardless of the actual number of entries returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
-    "previousLink": "A String", # Previous link for this account collection.
-    "startIndex": 42, # The starting index of the entries, which is 1 by default or otherwise specified by the start-index query parameter.
     "nextLink": "A String", # Next link for this account collection.
+    "startIndex": 42, # The starting index of the entries, which is 1 by default or otherwise specified by the start-index query parameter.
+    "previousLink": "A String", # Previous link for this account collection.
     "totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
   }</pre>
 </div>