Struct google_androidmanagement1::User[][src]

pub struct User {
    pub account_identifier: Option<String>,
}

A user belonging to an enterprise.

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

Fields

A unique identifier you create for this user, such as user342 or asset#44418. This field must be set when the user is created and can't be updated. This field must not contain personally identifiable information (PII). This identifier must be 1024 characters or less; otherwise, the update policy request will fail.

Trait Implementations

impl Default for User
[src]

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

impl Clone for User
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for User
[src]

Formats the value using the given formatter. Read more

impl Part for User
[src]

Auto Trait Implementations

impl Send for User

impl Sync for User