chore(json): fetch latest json and re-gen all code

This commit is contained in:
Sebastian Thiel
2016-12-16 11:25:26 +01:00
parent e04b6d023d
commit 06caa1de02
657 changed files with 237602 additions and 19201 deletions

View File

@@ -2,7 +2,7 @@
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
// DO NOT EDIT !
//! This documentation was generated from *appsactivity* crate version *1.0.0+20160805*, where *20160805* is the exact revision of the *appsactivity:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v1.0.0*.
//! This documentation was generated from *appsactivity* crate version *1.0.0+20161202*, where *20161202* is the exact revision of the *appsactivity:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v1.0.0*.
//!
//! Everything else about the *appsactivity* *v1* API can be found at the
//! [official documentation site](https://developers.google.com/google-apps/activity/).

View File

@@ -335,11 +335,14 @@ pub struct User {
/// 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.
#[serde(rename="permissionId")]
pub permission_id: Option<String>,
/// The displayable name of the user.
pub name: Option<String>,
/// A boolean which indicates whether the specified User was deleted. If true, name, photo and permission_id will be omitted.
#[serde(rename="isDeleted")]
pub is_deleted: Option<bool>,
/// Whether the user is the authenticated user.
#[serde(rename="isMe")]
pub is_me: Option<bool>,
/// The displayable name of the user.
pub name: Option<String>,
}
impl Part for User {}