Update docs
diff --git a/docs/dyn/books_v1.notification.html b/docs/dyn/books_v1.notification.html
index 6f7fc98..250a776 100644
--- a/docs/dyn/books_v1.notification.html
+++ b/docs/dyn/books_v1.notification.html
@@ -92,14 +92,20 @@
{
"body": "A String",
+ "doc_type": "A String",
"kind": "books#notification", # Resource type.
- "title": "A String",
- "dont_show_notification": false,
- "show_notification_settings_action": True or False,
"iconUrl": "A String",
+ "dont_show_notification": True or False,
+ "title": "A String",
+ "show_notification_settings_action": True or False,
+ "crmExperimentIds": [ # The list of crm experiment ids.
+ "A String",
+ ],
+ "reason": "A String",
"targetUrl": "A String",
"notification_type": "A String",
"pcampaign_id": "A String",
+ "doc_id": "A String",
}</pre>
</div>