docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/doubleclicksearch_v2.savedColumns.html b/docs/dyn/doubleclicksearch_v2.savedColumns.html
index 970ce89..67a4421 100644
--- a/docs/dyn/doubleclicksearch_v2.savedColumns.html
+++ b/docs/dyn/doubleclicksearch_v2.savedColumns.html
@@ -89,15 +89,15 @@
Returns:
An object of the form:
- { # A list of saved columns. Advertisers create saved columns to report on Floodlight activities, Google Analytics goals, or custom KPIs. To request reports with saved columns, you'll need the saved column names that are available from this list.
- "items": [ # The saved columns being requested.
+ { # A list of saved columns. Advertisers create saved columns to report on Floodlight activities, Google Analytics goals, or custom KPIs. To request reports with saved columns, you'll need the saved column names that are available from this list.
+ "items": [ # The saved columns being requested.
{ # A saved column
- "savedColumnName": "A String", # The name of the saved column.
- "kind": "doubleclicksearch#savedColumn", # Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn.
- "type": "A String", # The type of data this saved column will produce.
+ "kind": "doubleclicksearch#savedColumn", # Identifies this as a SavedColumn resource. Value: the fixed string doubleclicksearch#savedColumn.
+ "savedColumnName": "A String", # The name of the saved column.
+ "type": "A String", # The type of data this saved column will produce.
},
],
- "kind": "doubleclicksearch#savedColumnList", # Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.
+ "kind": "doubleclicksearch#savedColumnList", # Identifies this as a SavedColumnList resource. Value: the fixed string doubleclicksearch#savedColumnList.
}</pre>
</div>