Struct google_androidenterprise1::UserToken[][src]

pub struct UserToken {
    pub kind: Option<String>,
    pub user_id: Option<String>,
    pub token: Option<String>,
}

A UserToken is used by a user when setting up a managed device or profile with their managed Google Play account on a device. When the user enters their email address and token (activation code) the appropriate EMM app can be automatically downloaded.

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

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#userToken".

The unique ID for the user.

The token (activation code) to be entered by the user. This consists of a sequence of decimal digits. Note that the leading digit may be 0.

Trait Implementations

impl Default for UserToken
[src]

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

impl Clone for UserToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserToken
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for UserToken
[src]

Auto Trait Implementations

impl Send for UserToken

impl Sync for UserToken