Updated docs
diff --git a/docs/dyn/doubleclickbidmanager_v1.lineitems.html b/docs/dyn/doubleclickbidmanager_v1.lineitems.html
index 821d7d6..a17656a 100644
--- a/docs/dyn/doubleclickbidmanager_v1.lineitems.html
+++ b/docs/dyn/doubleclickbidmanager_v1.lineitems.html
@@ -90,6 +90,7 @@
     The object takes the form of:
 
 { # Request to fetch stored line items.
+    "fileSpec": "A String", # File specification (column names, types, order) in which the line items will be returned. Default to EWF.
     "filterType": "A String", # Filter type used to filter line items to fetch.
     "filterIds": [ # Ids of the specified filter type used to filter line items to fetch. If omitted, all the line items will be returned.
       "A String",
@@ -102,7 +103,7 @@
   An object of the form:
 
     { # Download line items response.
-    "lineItems": "A String", # Retrieved line items in CSV format. Refer to  Entity Write File Format for more information on file format.
+    "lineItems": "A String", # Retrieved line items in CSV format. Refer to  Entity Write File Format or  Structured Data File Format for more information on file formats.
   }</pre>
 </div>