Struct google_androidenterprise1::Administrator [] [src]

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

This represents an enterprise admin who can manage the enterprise in the managed Google Play store.

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

Fields

The admin's email address.

Trait Implementations

impl Default for Administrator
[src]

[src]

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

impl Clone for Administrator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Administrator
[src]

[src]

Formats the value using the given formatter.

impl Part for Administrator
[src]