Updated generated docs
diff --git a/docs/dyn/audit.v1.activities.html b/docs/dyn/audit.v1.activities.html
index bce94b4..4b1916a 100644
--- a/docs/dyn/audit.v1.activities.html
+++ b/docs/dyn/audit.v1.activities.html
@@ -31,7 +31,46 @@
startTime: string, Return events which occured at or after this time.<br>
parameters: string, Event parameters in the form [parameter1 name]:[parameter1 value],[parameter2 name]:[parameter2 value],...<br>
applicationId: string, Application ID of the application on which the event was performed. (required)<br>
- customerId: string, Represents the customer who is the owner of target object on which action was performed. (required)</tt></dd></dl>
+ customerId: string, Represents the customer who is the owner of target object on which action was performed. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "items": [ # Each record in read response.<br>
+ {<br>
+ "kind": "audit#activity", # Kind of resource this is.<br>
+ "ownerDomain": "A String", # Domain of source customer.<br>
+ "actor": { # User doing the action.<br>
+ "applicationId": "A String", # ID of application which interacted on behalf of the user.<br>
+ "email": "A String", # Email address of the user.<br>
+ "key": "A String", # For OAuth 2LO API requests, consumer_key of the requestor.<br>
+ "callerType": "A String", # User or OAuth 2LO request.<br>
+ },<br>
+ "id": { # Unique identifier for each activity record.<br>
+ "uniqQualifier": "A String", # Unique qualifier if multiple events have the same time.<br>
+ "applicationId": "A String", # Application ID of the source application.<br>
+ "customerId": "A String", # Obfuscated customer ID of the source customer.<br>
+ "time": "A String", # Time of occurrence of the activity.<br>
+ },<br>
+ "ipAddress": "A String", # IP Address of the user doing the action.<br>
+ "events": [ # Activity events.<br>
+ {<br>
+ "eventType": "A String", # Type of event.<br>
+ "name": "A String", # Name of event.<br>
+ "parameters": [ # Event parameters.<br>
+ {<br>
+ "name": "A String", # Name of the parameter.<br>
+ "value": "A String", # Value of the parameter.<br>
+ },<br>
+ ],<br>
+ },<br>
+ ],<br>
+ },<br>
+ ],<br>
+ "kind": "audit#activities", # Kind of list response this is.<br>
+ "next": "A String", # Next page URL.<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>