mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): fetch latest json and re-gen all code
This commit is contained in:
@@ -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/).
|
||||
|
||||
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user