Struct google_admin1_directory::UserMakeAdmin [] [src]

pub struct UserMakeAdmin {
    pub status: Option<bool>,
}

JSON request template for setting/revoking admin status of a user in Directory API.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Boolean indicating new admin status of the user

Trait Implementations

impl Default for UserMakeAdmin
[src]

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

impl Clone for UserMakeAdmin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserMakeAdmin
[src]

Formats the value using the given formatter.

impl RequestValue for UserMakeAdmin
[src]