| Index: discovery/googleapis/appsactivity__v1.json
|
| diff --git a/discovery/googleapis/appsactivity__v1.json b/discovery/googleapis/appsactivity__v1.json
|
| index 3ae03aa4fb2f9379d2f7ba8141cec38a04f5355e..6978ffafb9ca1a681d334a79532800b4fe1dda61 100644
|
| --- a/discovery/googleapis/appsactivity__v1.json
|
| +++ b/discovery/googleapis/appsactivity__v1.json
|
| @@ -26,7 +26,7 @@
|
| "description": "Provides a historical view of activity.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/google-apps/activity/",
|
| - "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/5AQpW1lJHfcDZmUKJzrzEbI6GXM\"",
|
| + "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/oEN2Yz1UYeuuQF-hTipAUfX2Yb8\"",
|
| "icons": {
|
| "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
| "x32": "http://www.google.com/images/icons/product/search-32.gif"
|
| @@ -153,7 +153,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20150723",
|
| + "revision": "20160129",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Activity": {
|
| @@ -459,10 +459,18 @@
|
| "description": "A representation of a user.",
|
| "id": "User",
|
| "properties": {
|
| + "isDeleted": {
|
| + "description": "A boolean which indicates whether the specified User was deleted. If true, name, photo and permission_id will be omitted.",
|
| + "type": "boolean"
|
| + },
|
| "name": {
|
| "description": "The displayable name of the user.",
|
| "type": "string"
|
| },
|
| + "permissionId": {
|
| + "description": "The permission ID associated with this user. Equivalent to the Drive API's permission ID for this user, returned as part of the Drive Permissions resource.",
|
| + "type": "string"
|
| + },
|
| "photo": {
|
| "$ref": "Photo",
|
| "description": "The profile photo of the user. Not present if the user has no profile photo."
|
|
|