chore: update docs/dyn (#1106)
diff --git a/docs/dyn/books_v1.notification.html b/docs/dyn/books_v1.notification.html
index c43caf1..1615138 100644
--- a/docs/dyn/books_v1.notification.html
+++ b/docs/dyn/books_v1.notification.html
@@ -103,24 +103,24 @@
An object of the form:
{
- "kind": "A String", # Resource type.
- "timeToExpireMs": "A String",
- "notification_type": "A String",
- "doc_type": "A String",
"targetUrl": "A String",
- "pcampaign_id": "A String",
- "notificationGroup": "A String",
- "dont_show_notification": True or False,
+ "reason": "A String",
"doc_id": "A String",
+ "body": "A String",
"is_document_mature": True or False,
- "title": "A String",
+ "timeToExpireMs": "A String",
"crmExperimentIds": [ # The list of crm experiment ids.
"A String",
],
- "body": "A String",
- "iconUrl": "A String",
+ "notificationGroup": "A String",
+ "pcampaign_id": "A String",
+ "kind": "A String", # Resource type.
"show_notification_settings_action": True or False,
- "reason": "A String",
+ "title": "A String",
+ "notification_type": "A String",
+ "doc_type": "A String",
+ "iconUrl": "A String",
+ "dont_show_notification": True or False,
}</pre>
</div>