chore: update docs/dyn (#1106)
diff --git a/docs/dyn/doubleclickbidmanager_v1.lineitems.html b/docs/dyn/doubleclickbidmanager_v1.lineitems.html
index bcbd12f..597912f 100644
--- a/docs/dyn/doubleclickbidmanager_v1.lineitems.html
+++ b/docs/dyn/doubleclickbidmanager_v1.lineitems.html
@@ -98,9 +98,9 @@
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.
"format": "A String", # Format in which the line items will be returned. Default to CSV.
+ "fileSpec": "A String", # File specification (column names, types, order) in which the line items will be returned. Default to EWF.
"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",
],
@@ -143,14 +143,11 @@
{ # Upload line items response.
"uploadStatus": { # Represents the status of upload. # Status of upload.
- "errors": [ # Reasons why upload can't be completed.
- "A String",
- ],
"rowStatus": [ # Per-row upload status.
{ # Represents the upload status of a row in the request.
+ "persisted": True or False, # Whether the entity is persisted.
"changed": True or False, # Whether the stored entity is changed as a result of upload.
"entityId": "A String", # Entity Id.
- "persisted": True or False, # Whether the entity is persisted.
"entityName": "A String", # Entity name.
"rowNumber": 42, # Row number.
"errors": [ # Reasons why the entity can't be uploaded.
@@ -158,6 +155,9 @@
],
},
],
+ "errors": [ # Reasons why upload can't be completed.
+ "A String",
+ ],
},
}</pre>
</div>