chore: update docs/dyn (#1106)

diff --git a/docs/dyn/analytics_v3.metadata.columns.html b/docs/dyn/analytics_v3.metadata.columns.html
index 5a96f3b..dbb3339 100644
--- a/docs/dyn/analytics_v3.metadata.columns.html
+++ b/docs/dyn/analytics_v3.metadata.columns.html
@@ -97,21 +97,21 @@
   An object of the form:
 
     { # Lists columns (dimensions and metrics) for a particular report type.
-    "etag": "A String", # Etag of collection. This etag can be compared with the last response etag to check if response has changed.
-    "totalResults": 42, # Total number of columns returned in the response.
     "kind": "analytics#columns", # Collection type.
-    "attributeNames": [ # List of attributes names returned by columns.
-      "A String",
-    ],
     "items": [ # List of columns for a report type.
       { # JSON template for a metadata column.
-        "id": "A String", # Column id.
         "attributes": { # Map of attribute name and value for this column.
           "a_key": "A String", # The name of the attribute.
         },
+        "id": "A String", # Column id.
         "kind": "analytics#column", # Resource type for Analytics column.
       },
     ],
+    "attributeNames": [ # List of attributes names returned by columns.
+      "A String",
+    ],
+    "totalResults": 42, # Total number of columns returned in the response.
+    "etag": "A String", # Etag of collection. This etag can be compared with the last response etag to check if response has changed.
   }</pre>
 </div>