chore: update docs/dyn (#1106)

diff --git a/docs/dyn/doubleclicksearch_v2.savedColumns.html b/docs/dyn/doubleclicksearch_v2.savedColumns.html
index d53a2f6..25a7995 100644
--- a/docs/dyn/doubleclicksearch_v2.savedColumns.html
+++ b/docs/dyn/doubleclicksearch_v2.savedColumns.html
@@ -105,9 +105,9 @@
     "kind": "A String", # Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.
     "items": [ # The saved columns being requested.
       { # A saved column
-        "savedColumnName": "A String", # The name of the saved column.
         "type": "A String", # The type of data this saved column will produce.
         "kind": "A String", # Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn.
+        "savedColumnName": "A String", # The name of the saved column.
       },
     ],
   }</pre>