Struct google_androidenterprise1::Administrator [] [src]

pub struct Administrator {
    pub email: Option<String>,
}

This represents an enterprise administrator who can manage the enterprise in the Google Play for Work Store.

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

Fields

The administrator's email address.

Trait Implementations

impl Debug for Administrator
[src]

Formats the value using the given formatter.

impl Clone for Administrator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Administrator
[src]

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

impl Part for Administrator
[src]