Struct google_appsactivity1::PermissionChange[][src]

pub struct PermissionChange {
    pub removed_permissions: Option<Vec<Permission>>,
    pub added_permissions: Option<Vec<Permission>>,
}

Contains information about a Drive object's permissions that changed as a result of a permissionChange type event.

This type is not used in any activity, and only used as part of another schema.

Fields

Lists all Permission objects removed.

Lists all Permission objects added.

Trait Implementations

impl Default for PermissionChange
[src]

Returns the "default value" for a type. Read more

impl Clone for PermissionChange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PermissionChange
[src]

Formats the value using the given formatter. Read more

impl Part for PermissionChange
[src]

Auto Trait Implementations